novoid / appendfilename

Intelligent appending text to file names, considering file extensions and file tags
GNU General Public License v3.0
51 stars 8 forks source link

extend rebuild of pytest to prepend and smart-prepend mode #22

Closed nbehrnd closed 2 weeks ago

nbehrnd commented 2 weeks ago

Pytest tests now cover again default, prepend, and smart-prepend mode of appendfilename.

The format of the smart-prepend mode depends on the format of the format of the input file submitted. At present, the robustness of processing the separator between the string-to-be-added and the original file name depends on the operating system (Linux Debian better, than Windows). Nevertheless, the commit provides the tests (in place, only muted) to assist a refactoring of appendfilename in future.