mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	[1.7.x] Silenced deprecation warning in test_runner app.
This commit is contained in:
		| @@ -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): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user