mirror of
https://github.com/novoid/appendfilename.git
synced 2026-02-16 12:54:15 +00:00
For programmatic testing of appendfilename, a test generator is written. This tangles a Makefile, a pytest.ini and the test script. Despite the incomplete coverage of this approach, an inconsistency in appendfilename's interaction on files with the simple YYYY-MM-DD timestamp (date2name) is spot.
5 lines
220 B
INI
5 lines
220 B
INI
[pytest]
|
|
markers =
|
|
default: check the default insertion position of appendfile
|
|
prepend: check the prepend insertion position of appendfile
|
|
smart: check the smart-prepend insertion position of appendfile
|