mirror of
https://github.com/novoid/appendfilename.git
synced 2026-02-16 12:54:15 +00:00
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:
parent
2b13f3ba35
commit
82bfd8e66e
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue