mirror of
https://github.com/python/cpython.git
synced 2025-11-01 02:38:53 +00:00
Issue #17203: add long option names to unittest discovery docs.
This commit is contained in:
commit
8c0bbfd101
2 changed files with 5 additions and 3 deletions
|
|
@ -263,15 +263,15 @@ The ``discover`` sub-command has the following options:
|
|||
|
||||
Verbose output
|
||||
|
||||
.. cmdoption:: -s directory
|
||||
.. cmdoption:: -s, --start-directory directory
|
||||
|
||||
Directory to start discovery (``.`` default)
|
||||
|
||||
.. cmdoption:: -p pattern
|
||||
.. cmdoption:: -p, --pattern pattern
|
||||
|
||||
Pattern to match test files (``test*.py`` default)
|
||||
|
||||
.. cmdoption:: -t directory
|
||||
.. cmdoption:: -t, --top-level-directory directory
|
||||
|
||||
Top level directory of project (defaults to start directory)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue