|
|
|
|
|
by older
1526 days ago
|
|
I mock database by using sqlite in-memory database. It is not 100% compatible with my production database but still god enough for most of my tests. This way I have fresh database for each unit test and the tests are still fast. |
|