Ignore Test Generated Files
Closed this issue · 1 comments
dhurlburtusa commented
After running pytest, about 26 new files are added to tests/bundle
and tests/graphic
. Since these are generated by the tests, they shouldn't be committed to the repository. It would be good to update .gitignore to exclude these. Unfortunately, these generated files are mixed in with several committed files. So it's not as easy as ignoring an entire directory.
bpelakh commented
Indeed, tests should be modified to use some (ignorable) output directory.