Where to put files used in src/test?

A couple of my unit tests read sample configs from external files (which also serve as examples for how to write user config files for various functions). Is there a convention on where to put these (eg /src/test/includes)?

I put test data in test/data. But I don’t think there is a convention as to this location.

1 Like