django/tests/swappable_models
Simon Charette 91023d79ec Removed available_apps on TestCase subclasses.
TestCase subclasses are wrapped in a transaction that prevents any data from
being persisted between test runs andi thus don't require limiting the tables
to be flushed to a subset of available apps like TransactionTestCase subclasses
do.
2017-01-13 08:50:03 -05:00
..
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
models.py Fixed assorted flake8 errors. 2013-10-11 07:25:14 -04:00
tests.py Removed available_apps on TestCase subclasses. 2017-01-13 08:50:03 -05:00