runtimerevolution / labs

0 stars 0 forks source link

[Bug] Pytest db rollback #99

Closed kenvontucky closed 1 week ago

kenvontucky commented 2 weeks ago

Currently if tests are executed twice, the first time test will pass but on the second run some of them fail, because the db is not being properly cleanup in teardown.