Commit b0d6d4b6 authored by Jason R. Coombs's avatar Jason R. Coombs Committed by GitHub

Merge pull request #1033 from techtonik/patch-1

Document -s to run single test
parents aec3649c d919999b
......@@ -67,7 +67,7 @@ class test(Command):
user_options = [
('test-module=', 'm', "Run 'test_suite' in specified module"),
('test-suite=', 's',
"Test suite to run (e.g. 'some_module.test_suite')"),
"Run single test, case or suite (e.g. 'module.test_suite')"),
('test-runner=', 'r', "Test runner to use"),
]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment