Hacker News new | ask | show | jobs
by sethammons 732 days ago
My integration tests expect the db to run. If I need fixture data, those are sql and read in at the start of the suite. Each test uses its own temp db/tables and/or clears potentially old data before running.