Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
After considering #550 and #551, there seems it's hard to create a windows executable that satisfies these 2 conditions: - is small in size - does not trigger antivirus alerts; seems like many antiviruses just don't care what's inside an exe. If it's .exe then it's a virus. Looking back on it, adding fixture files is not perfect: seems nice to have the library tests work with real files, but: - it does not count towards test-coverage - real files increase repo size Going forward I think I will remove more and more of the files in testdata folder, and add more unit tests.
- Loading branch information