mirror of
https://github.com/django/django.git
synced 2025-04-15 04:44:37 +00:00
[1.7.x] Silenced deprecation warning in test_runner app.
This commit is contained in:
parent
600ea43e67
commit
bbcbacf0ad
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user