Skip to content

Commit 553ce5f

Browse files
committed
🎨 Titlecase annotation comments in pytest config
1 parent 64fa4f1 commit 553ce5f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pytest.ini

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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`:

0 commit comments

Comments
 (0)