Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
8c0bbfd1
Commit
8c0bbfd1
authored
Feb 21, 2013
by
Chris Jerdonek
Browse files
Options
Browse Files
Download
Plain Diff
Issue #17203: add long option names to unittest discovery docs.
parents
600b7116
d69ad552
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
Doc/library/unittest.rst
Doc/library/unittest.rst
+3
-3
Misc/NEWS
Misc/NEWS
+2
-0
No files found.
Doc/library/unittest.rst
View file @
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)
...
...
Misc/NEWS
View file @
8c0bbfd1
...
...
@@ -748,6 +748,8 @@ Tools/Demos
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
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment