File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -263,15 +263,15 @@ The ``discover`` sub-command has the following options:
263263
264264 Verbose output
265265
266- .. cmdoption :: -s directory
266+ .. cmdoption :: -s, --start-directory directory
267267
268268 Directory to start discovery (``. `` default)
269269
270- .. cmdoption :: -p pattern
270+ .. cmdoption :: -p, --pattern pattern
271271
272272 Pattern to match test files (``test*.py `` default)
273273
274- .. cmdoption :: -t directory
274+ .. cmdoption :: -t, --top-level-directory directory
275275
276276 Top level directory of project (defaults to start directory)
277277
Original file line number Diff line number Diff line change @@ -748,6 +748,8 @@ Tools/Demos
748748Documentation
749749-------------
750750
751+ - Issue #17203: add long option names to unittest discovery docs.
752+
751753- Issue #13094: add "Why do lambdas defined in a loop with different values
752754 all return the same result?" programming FAQ.
753755
You can’t perform that action at this time.
0 commit comments