django1/django/test
romgar b3b1d3d45f Fixed #25251 -- Made data migrations available in TransactionTestCase when using --keepdb.
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.
2018-11-06 16:57:50 -05:00
..
__init__.py Refs #27656 -- Updated remaining docstring verbs according to PEP 257. 2017-03-04 10:02:06 -05:00
client.py Refs #29784 -- Switched to https:// links where available. 2018-09-26 08:48:47 +02:00
html.py Refs #28909 -- Simplifed code using unpacking generalizations. 2018-09-28 09:57:12 -04:00
runner.py Fixed #25251 -- Made data migrations available in TransactionTestCase when using --keepdb. 2018-11-06 16:57:50 -05:00
selenium.py Refs #29883 -- Removed runtests.py's dependency on selenium. 2018-11-03 19:02:31 -04:00
signals.py Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()." 2017-09-07 08:16:21 -04:00
testcases.py Fixed #25251 -- Made data migrations available in TransactionTestCase when using --keepdb. 2018-11-06 16:57:50 -05:00
utils.py Refs #28909 -- Simplifed code using unpacking generalizations. 2018-09-28 09:57:12 -04:00