Test Fixtures

Trying to set up fixtures.

part of what I need to have for the test data is files of specific names in specific locations because what I’m testing here is essentially being able to upload files and store them on a network drive.

Sure, there is always discussion about storing the files as part of the database, but this is way too big and will be better managed as a series of directories on a disk.

But, where to establish those files as test data…?