aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/runtests/runtests.py
diff options
context:
space:
mode:
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)