[1.7.x] Silenced deprecation warning in test_runner app.

This commit is contained in:
Tim Graham 2015-01-08 09:44:21 -05:00
parent 600ea43e67
commit bbcbacf0ad
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ class ModulesTestsPackages(IgnoreAllDeprecationWarningsMixin, unittest.TestCase)
get_tests(app_config)
class LabelDiscoveryTest(TestCase):
class LabelDiscoveryTest(IgnoreAllDeprecationWarningsMixin, TestCase):
@override_settings(INSTALLED_APPS=['test_runner.valid_app'])
def test_discover_within_package(self):