Hacker News new | ask | show | jobs
by mradek 1245 days ago
I spin up a new database per test suite.

I use pg and test suites run in parallel against their own db. It’s pretty cheap with CREATE DATABASE helpers plus using container means little to no headache.