From 303d5ee44f46ff2aba499679573b86b94e4a6809 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Tue, 1 Feb 2022 19:28:45 +0100 Subject: Titlecase the annotation comments in pytest config --- pytest.ini | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'pytest.ini') diff --git a/pytest.ini b/pytest.ini index 9335b27b..4df7b5f5 100644 --- a/pytest.ini +++ b/pytest.ini @@ -5,25 +5,25 @@ addopts = # --numprocesses=auto # `pytest-mon`: - # useful for live testing with `pytest-watch` during development: + # Useful for live testing with `pytest-watch` during development: #--testmon - # show 10 slowest invocations: + # Show 10 slowest invocations: --durations=10 - # a bit of verbosity doesn't hurt: + # A bit of verbosity doesn't hurt: -v - # report all the things == -rxXs: + # Report all the things == -rxXs: -ra - # show values of the local vars in errors: + # Show values of the local vars in errors: --showlocals - # autocollect and invoke the doctests from all modules: + # Autocollect and invoke the doctests from all modules: --doctest-modules - # dump the test results in junit format: + # Dump the test results in junit format: --junitxml=.test-results/pytest/results.xml # `pytest-cov`: -- cgit v1.2.1