aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/runtests/runtests.py
diff options
context:
space:
mode:
authorTom Christie2011-12-29 13:31:12 +0000
committerTom Christie2011-12-29 13:31:12 +0000
commit07349597ab936dc9887caa70b5d7d2860c897b12 (patch)
treedb1fdb8934e4d8dc8d3afe8d1e9fd076e3a4e27d /djangorestframework/runtests/runtests.py
parent1bdc5eacc6290c486796eb5ab8fa29092137dab6 (diff)
downloaddjango-rest-framework-07349597ab936dc9887caa70b5d7d2860c897b12.tar.bz2
whitespace fixes
Diffstat (limited to 'djangorestframework/runtests/runtests.py')
-rw-r--r--djangorestframework/runtests/runtests.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/djangorestframework/runtests/runtests.py b/djangorestframework/runtests/runtests.py
index 1da918f5..9f5cc7aa 100644
--- a/djangorestframework/runtests/runtests.py
+++ b/djangorestframework/runtests/runtests.py
@@ -16,12 +16,12 @@ from django.test.utils import get_runner
def usage():
return """
Usage: python runtests.py [UnitTestClass].[method]
-
+
You can pass the Class name of the `UnitTestClass` you want to test.
-
+
Append a method name if you only want to test a specific method of that class.
"""
-
+
def main():
TestRunner = get_runner(settings)