to recreate DB for each test, but it's working very slow and has some problem with a lot of connections to DB.
So maybe someone find solutions with rollback DB commits after test, without delete DB
Use a transaction fixture. Also, to speed up tests, parallelize them with separate databases for each subprocess...
Обсуждают сегодня