Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11470b6 commit f7e62cfCopy full SHA for f7e62cf
1 file changed
Lib/unittest/main.py
@@ -14,6 +14,7 @@
14
%(prog)s test_module - run tests from test_module
15
%(prog)s module.TestClass - run tests from module.TestClass
16
%(prog)s module.Class.test_method - run specified test method
17
+ %(prog)s path/to/test_file.py - run tests from test_file.py
18
"""
19
20
MODULE_EXAMPLES = """\
0 commit comments