django/tests/multiple_database
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
..
fixtures
__init__.py
models.py
routers.py
tests.py Removed available_apps on TestCase subclasses. 2017-01-13 08:50:03 -05:00