|
|
|
|
|
by grey-area
2252 days ago
|
|
When you're developing, aren't you running a db server with a dev database for that? Just add another separate test db and use that for tests where appropriate. Also, most unit tests don't need a db, it's more useful for integration tests. |
|