| Age | Commit message (Collapse) | Author |
|
Backport of 9c19aff7c7561e3a82978a272ecdaad40dda5c00 from main.
|
|
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.
|
|
SimpleTestCase.databases makes it possible to determine the set of
databases required to run the discovered tests.
|