1
0
mirror of https://github.com/django/django.git synced 2024-12-25 02:26:12 +00:00
django/tests/test_runner
Preston Timmons 935159d951 [1.7.x] Fixed #22478 -- Regression in test label discovery.
As part of the app-loading updates the old test runner was changed to not
require a models module. This introduced a regression in behavior so
applabel.TestCase failed for tests defined in a directory.

The fix is thanks to yakky and rtnpro.
2014-04-22 12:48:39 -04:00
..
valid_app [1.7.x] Fixed #22478 -- Regression in test label discovery. 2014-04-22 12:48:39 -04:00
__init__.py
models.py Fixing E302 Errors 2013-11-02 23:48:47 -05:00
test_discover_runner.py [1.7.x] Fixed flake8 warnings introduced in recent commits. 2014-04-20 13:10:52 -04:00
tests.py [1.7.x] Fixed #22478 -- Regression in test label discovery. 2014-04-22 12:48:39 -04:00