Is there a way for a test to prefill a named cache...
# development
c
Is there a way for a test to prefill a named cache, especially across test files? I'm thinking of a case where several tests will need the same subsystem/files downloaded. It looks like that happens individually in parallel for each test, so downloading it as a pre-req means the tests themselves take less time overall.