##// END OF EJS Templates
tests: add a `tests/artifacts/` directory...
Boris Feld -
r39526:96695095 default
parent child Browse files
Show More
@@ -0,0 +1,9 b''
1 This directory is meant to cache artifacts useful for tests (such as bundle).
2
3 Those artifacts need to be cached because they are slow to regenerate on each
4 test but too large to be tracked within the repository. They are not expected
5 to change between each run and can be cached.
6
7 The `./scripts/` contains code to generate the artifact while the `cache`
8 directory contains resulting artifact.
9
General Comments 0
You need to be logged in to leave comments. Login now