Kaydet (Commit) 60383182 authored tarafından Andrew M. Kuchling's avatar Andrew M. Kuchling

Markup fix; clarify by adding 'in that order'

üst 54533667
...@@ -273,8 +273,9 @@ The ``discover`` sub-command has the following options: ...@@ -273,8 +273,9 @@ The ``discover`` sub-command has the following options:
-t directory Top level directory of project (default to -t directory Top level directory of project (default to
start directory) start directory)
The -s, -p, & -t options can be passed in as positional arguments. The The :option:`-s`, :option:`-p`, and :option:`-t` options can be passed in
following two command lines are equivalent:: as positional arguments in that order. The following two command lines
are equivalent::
python -m unittest discover -s project_directory -p '*_test.py' python -m unittest discover -s project_directory -p '*_test.py'
python -m unittest discover project_directory '*_test.py' python -m unittest discover project_directory '*_test.py'
......
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