Commit 13cee169 authored by Chris Jerdonek's avatar Chris Jerdonek

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

parent 7d0eb4b2
...@@ -279,15 +279,15 @@ The ``discover`` sub-command has the following options: ...@@ -279,15 +279,15 @@ The ``discover`` sub-command has the following options:
Verbose output Verbose output
.. cmdoption:: -s directory .. cmdoption:: -s, --start-directory directory
Directory to start discovery ('.' default) Directory to start discovery (``.`` default)
.. cmdoption:: -p pattern .. cmdoption:: -p, --pattern pattern
Pattern to match test files ('test*.py' default) 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) Top level directory of project (defaults to start directory)
......
...@@ -918,6 +918,8 @@ Tools/Demos ...@@ -918,6 +918,8 @@ Tools/Demos
Documentation Documentation
------------- -------------
- Issue #17203: add long option names to unittest discovery docs.
- Issue #13094: add "Why do lambdas defined in a loop with different values - Issue #13094: add "Why do lambdas defined in a loop with different values
all return the same result?" programming FAQ. all return the same result?" programming FAQ.
......
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