File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -7,22 +7,22 @@ addopts =
77 # useful for live testing with `pytest-watch` during development:
88 # --testmon
99
10- # show 10 slowest invocations:
10+ # Show 10 slowest invocations:
1111 --durations =10
1212
13- # a bit of verbosity doesn't hurt:
13+ # A bit of verbosity doesn't hurt:
1414 -v
1515
16- # report all the things == -rxXs:
16+ # Report all the things == -rxXs:
1717 -ra
1818
19- # show values of the local vars in errors:
19+ # Show values of the local vars in errors:
2020 --showlocals
2121
22- # autocollect and invoke the doctests from all modules:
22+ # Autocollect and invoke the doctests from all modules:
2323 --doctest-modules
2424
25- # dump the test results in junit format:
25+ # Dump the test results in junit format:
2626 --junitxml =junit-test-results.xml
2727
2828 # `pytest-cov`:
You can’t perform that action at this time.
0 commit comments