Commit e787c9c9 authored by Chris Jerdonek's avatar Chris Jerdonek

Issue #17203: add long option names to unittest discovery docs.

parents 8a268b98 8c0bbfd1
......@@ -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)
......
......@@ -1001,6 +1001,8 @@ Build
Documentation
-------------
- Issue #17203: add long option names to unittest discovery docs.
- Issue #13094: add "Why do lambdas defined in a loop with different values
all return the same result?" programming FAQ.
......@@ -1064,7 +1066,7 @@ Documentation
Tools/Demos
-----------
- Issue #17028: Allowed Python arguments to be supplied to the Windows
- Issue #17028: Allowed Python arguments to be supplied to the Windows
launcher.
- Issue #15539: Fix a number of bugs in Tools/scripts/pindent.py. Now
......
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