Fix docs typos
This commit fixes docs typos. Change-Id: I7f2369e2aad82f2883e408f56204c89e723cc376
This commit is contained in:
parent
23557a0bf8
commit
deaabb5fb7
@ -36,12 +36,12 @@ Options
|
|||||||
Disable the pretty output with subunit-trace
|
Disable the pretty output with subunit-trace
|
||||||
--subunit, -s
|
--subunit, -s
|
||||||
output the raw subunit v2 from the test run this is
|
output the raw subunit v2 from the test run this is
|
||||||
mutuall exclusive with --pretty
|
mutually exclusive with --pretty
|
||||||
--list, -l
|
--list, -l
|
||||||
List all the tests which will be run.
|
List all the tests which will be run.
|
||||||
--no-discover TEST_ID, -n TEST_ID
|
--no-discover TEST_ID, -n TEST_ID
|
||||||
Takes in a single test to bypasses test discover and
|
Takes in a single test to bypasses test discover and
|
||||||
just excute the test specified
|
just execute the test specified
|
||||||
--slowest
|
--slowest
|
||||||
After the test run print the slowest tests
|
After the test run print the slowest tests
|
||||||
--no-slowest
|
--no-slowest
|
||||||
|
@ -44,7 +44,7 @@ def get_parser(args):
|
|||||||
help='A file name or directory of tests to run.')
|
help='A file name or directory of tests to run.')
|
||||||
group.add_argument('--no-discover', '-n', metavar='TEST_ID',
|
group.add_argument('--no-discover', '-n', metavar='TEST_ID',
|
||||||
help="Takes in a single test to bypasses test "
|
help="Takes in a single test to bypasses test "
|
||||||
"discover and just excute the test specified. "
|
"discover and just execute the test specified. "
|
||||||
"A file name may be used in place of a test "
|
"A file name may be used in place of a test "
|
||||||
"name.")
|
"name.")
|
||||||
pretty = parser.add_mutually_exclusive_group()
|
pretty = parser.add_mutually_exclusive_group()
|
||||||
|
Loading…
Reference in New Issue
Block a user