mirror of
https://github.com/python/cpython.git
synced 2025-11-01 06:01:29 +00:00
bpo-30078: Add an example of passing a path to unittest (#1178)
This commit is contained in:
parent
11470b6dcd
commit
f7e62cf8ad
1 changed files with 1 additions and 0 deletions
|
|
@ -14,6 +14,7 @@
|
||||||
%(prog)s test_module - run tests from test_module
|
%(prog)s test_module - run tests from test_module
|
||||||
%(prog)s module.TestClass - run tests from module.TestClass
|
%(prog)s module.TestClass - run tests from module.TestClass
|
||||||
%(prog)s module.Class.test_method - run specified test method
|
%(prog)s module.Class.test_method - run specified test method
|
||||||
|
%(prog)s path/to/test_file.py - run tests from test_file.py
|
||||||
"""
|
"""
|
||||||
|
|
||||||
MODULE_EXAMPLES = """\
|
MODULE_EXAMPLES = """\
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue