django/tests/test_runner_apps
Chris Jerdonek 038940cf55 Fixed -- Prevented DiscoverRunner from hiding tagged test with syntax errors.
This mades _FailedTest objects always match tags in DiscoverRunner.
2021-03-30 10:26:20 +02:00
..
buffer Fixed -- Added -b/--buffer option to DiscoverRunner. 2019-12-09 13:47:12 +01:00
databases Fixed -- Deprecated SERIALIZE test database setting. 2021-02-24 20:31:11 +01:00
sample Refs -- Normalized Python docs links to omit the version. 2018-09-25 10:19:42 +02:00
simple Fixed -- Added -k option to DiscoverRunner. 2019-04-30 16:20:51 +02:00
tagged Fixed -- Prevented DiscoverRunner from hiding tagged test with syntax errors. 2021-03-30 10:26:20 +02:00
__init__.py