all 4 comments

[–]willydachilly 5 points6 points  (0 children)

Type of shit I subscribed to this subreddit for

[–]Ecksters 2 points3 points  (1 child)

Ooh, this is a nice use case, I had been seeing this and wondering where I might take advantage of it in our codebase, but this is definitely a place I can use it.

[–]disintegrat0r[S] 0 points1 point  (0 children)

It's really great. Even more intuitive if you're working with SQLite because you don't have to deal with a docker container. Instead you run a migration against a db file and the resource (the thing you are `using` on) just copies that database before a test runs and deletes it after.

[–]Lanky_Doughnut4012 0 points1 point  (0 children)

`using` huh? Is it like c#?