mirror of
https://github.com/Hopiu/django.git
synced 2026-03-20 07:50:25 +00:00
Data loaded in migrations were restored at the beginning of each TransactionTestCase and all the tables are truncated at the end of these test cases. If there was a TransactionTestCase at the end of the test suite, the migrated data weren't restored in the database (especially unexpected when using --keepdb). Now data is restored at the end of each TransactionTestCase. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| tests_transaction_test_case_mixed.py | ||
| tests_transaction_test_case_ordering.py | ||