Commit 5090c7b5 authored by René Fleschenberg's avatar René Fleschenberg Committed by Tim Graham
Browse files

Improved the usage message of the test command.

parent 23e1b59c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ class Command(BaseCommand):
    )
    help = ('Runs the test suite for the specified applications, or the '
            'entire site if no apps are specified.')
    args = '[appname ...]'
    args = '[appname|appname.tests.TestCase|appname.tests.TestCase.test_method]...'

    requires_model_validation = False