aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/tests/__init__.py
diff options
context:
space:
mode:
authorTom Christie2012-09-28 14:28:50 +0100
committerTom Christie2012-09-28 14:28:50 +0100
commite003cc91b627a64b6d4d364f9de936ed1bec03e1 (patch)
tree5b61186429755372e9e117f16aa8edef8553d764 /rest_framework/tests/__init__.py
parent84f775803994ccd82671dd4a6f9b4d87aa36dc31 (diff)
downloaddjango-rest-framework-e003cc91b627a64b6d4d364f9de936ed1bec03e1.tar.bz2
Get test-only models properly working
Diffstat (limited to 'rest_framework/tests/__init__.py')
-rw-r--r--rest_framework/tests/__init__.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/rest_framework/tests/__init__.py b/rest_framework/tests/__init__.py
index 85ee18b6..adeaf6da 100644
--- a/rest_framework/tests/__init__.py
+++ b/rest_framework/tests/__init__.py
@@ -1,4 +1,7 @@
-"""Force import of all modules in this package in order to get the standard test runner to pick up the tests. Yowzers."""
+"""
+Force import of all modules in this package in order to get the standard test
+runner to pick up the tests. Yowzers.
+"""
import os
modules = [filename.rsplit('.', 1)[0]