We've inherited an application that uses a script to import data from a text file, but doesn't test the import script.
I'd like to write some tests for that script, and will need test text files (these are not fixture files).
Where would you normally put those files? A data directory? In the new support directory?