django/docs/topics/testing
Aymeric Augustin 55cbd65985 Fixed #20579 -- Improved TransactionTestCase.available_apps.
Also moved its documentation to the 'advanced' section. It doesn't
belong to the 'overview'. Same for TransactionTestCase.reset_sequences.

When available_apps is set, after a TransactionTestCase, the database
is now totally empty. post_syncdb is fired at the beginning of the next
TransactionTestCase.

Refs #20483.
2013-06-12 20:01:41 +02:00
..
_images Fixed #19497 -- Refactored testing docs. 2012-12-21 21:59:06 -03:00
advanced.txt Fixed #20579 -- Improved TransactionTestCase.available_apps. 2013-06-12 20:01:41 +02:00
index.txt Fixed #17365, #17366, #18727 -- Switched to discovery test runner. 2013-05-10 23:08:45 -04:00
overview.txt Fixed #20579 -- Improved TransactionTestCase.available_apps. 2013-06-12 20:01:41 +02:00