diff options
| author | Tom Christie | 2012-09-28 14:28:50 +0100 |
|---|---|---|
| committer | Tom Christie | 2012-09-28 14:28:50 +0100 |
| commit | e003cc91b627a64b6d4d364f9de936ed1bec03e1 (patch) | |
| tree | 5b61186429755372e9e117f16aa8edef8553d764 /rest_framework/tests/__init__.py | |
| parent | 84f775803994ccd82671dd4a6f9b4d87aa36dc31 (diff) | |
| download | django-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__.py | 5 |
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] |
