test(pytest.ini): correct a functional typo

Because it is `markers` and not `Markers`, the earlier version
caused `pytest` to issue a warning.

Signed-off-by: Norwid Behrnd <nbehrnd@yahoo.com>
This commit is contained in:
Norwid Behrnd 2024-11-12 17:54:15 +01:00
parent 2b13f3ba35
commit 82bfd8e66e
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
[pytest]
Markers =
markers =
default: appendfilename's default string insertions
prepend: appendfilename's optional -p/--prepend flag
smart: appendfilename's optional --smart-prepend flag

View file

@ -140,7 +140,7 @@ pytest-3 test_appendfilename.py -m "default and prepend" -v
#+begin_src shell :tangle pytest.ini
[pytest]
Markers =
markers =
default: appendfilename's default string insertions
prepend: appendfilename's optional -p/--prepend flag
smart: appendfilename's optional --smart-prepend flag