You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, test first test case has access to the populated data and is successful but all test cases after that have no data. After debugging I have figured out that the tearDown methods flushs the db and no loaddata occures anymore.
HELP, I need somebody :-)
The text was updated successfully, but these errors were encountered:
This is with transactional_db then I assume?
It's a known issue, and there should be some discussion / more insight with others here probably already.
Search for "serialized rollback" also maybe, which is meant to help with that IIRC.
Hi,
Inside the conftest.py I have following configuration
As you can see i use two different DB's
However, test first test case has access to the populated data and is successful but all test cases after that have no data. After debugging I have figured out that the tearDown methods flushs the db and no loaddata occures anymore.
HELP, I need somebody :-)
The text was updated successfully, but these errors were encountered: