From 9ba0e4e4ee2725679ae5cb9e3dd637b0208e5ad3 Mon Sep 17 00:00:00 2001 From: Loic Bistuer Date: Wed, 6 Mar 2013 01:13:36 +0700 Subject: Fixed minor warnings in tests. --- tests/utils_tests/module_loading.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/utils_tests/module_loading.py') diff --git a/tests/utils_tests/module_loading.py b/tests/utils_tests/module_loading.py index 9ff3f18d26..cd97e1436d 100644 --- a/tests/utils_tests/module_loading.py +++ b/tests/utils_tests/module_loading.py @@ -113,7 +113,7 @@ class ModuleImportTestCase(unittest.TestCase): # Test exceptions raised for path in ('no_dots_in_path', 'unexistent.path', - 'tests.utils_tests.unexistent'): + 'utils_tests.unexistent'): self.assertRaises(ImproperlyConfigured, import_by_path, path) with self.assertRaises(ImproperlyConfigured) as cm: -- cgit v1.3