django1/tests/test_runner_apps
Simon Charette 3089018e95 Fixed #32446 -- Deprecated SERIALIZE test database setting.
Whether or not the state of a test database should be serialized can be
inferred from the set of databases allowed to be access from discovered
TestCase/TransactionTestCase enabling the serialized_rollback feature
which makes this setting unnecessary.

This should make a significant test suite bootstraping time difference
on large projects that didn't explicitly disable test database
serialization.
2021-02-24 20:31:11 +01:00
..
buffer Fixed #27430 -- Added -b/--buffer option to DiscoverRunner. 2019-12-09 13:47:12 +01:00
databases Fixed #32446 -- Deprecated SERIALIZE test database setting. 2021-02-24 20:31:11 +01:00
sample Refs #29784 -- Normalized Python docs links to omit the version. 2018-09-25 10:19:42 +02:00
simple Fixed #30245 -- Added -k option to DiscoverRunner. 2019-04-30 16:20:51 +02:00
tagged
__init__.py