From 6e895f9e069f73982751cd2d4aa5aa693136a274 Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Tue, 17 Dec 2013 10:27:08 +0100 Subject: Removed superfluous models.py files. Added comments in the three empty models.py files that are still needed. Adjusted the test runner to add applications corresponding to test labels to INSTALLED_APPS even when they don't have a models module. --- tests/signed_cookies_tests/models.py | 1 - 1 file changed, 1 deletion(-) delete mode 100644 tests/signed_cookies_tests/models.py (limited to 'tests/signed_cookies_tests') diff --git a/tests/signed_cookies_tests/models.py b/tests/signed_cookies_tests/models.py deleted file mode 100644 index 71abcc5198..0000000000 --- a/tests/signed_cookies_tests/models.py +++ /dev/null @@ -1 +0,0 @@ -# models.py file for tests to run. -- cgit v1.3