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
We are using a postgresql-db which has transactions.
When we run your tests against sqlite3 the above testcases work, when running against postgresql, they fail.
When we use TransactionTestCase instead of TestCase as base-class, the tests work like expected.
The text was updated successfully, but these errors were encountered:
We are using a postgresql-db which has transactions.
When we run your tests against sqlite3 the above testcases work, when running against postgresql, they fail.
When we use TransactionTestCase instead of TestCase as base-class, the tests work like expected.
The text was updated successfully, but these errors were encountered: