Submitter | Boris Feld |
---|---|
Date | Sept. 8, 2018, 10:56 a.m. |
Message ID | <a4f94a5caf6f652ff495.1536404217@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/34426/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/tests/artifacts/PURPOSE b/tests/artifacts/PURPOSE new file mode 100644 --- /dev/null +++ b/tests/artifacts/PURPOSE @@ -0,0 +1,9 @@ +This directory is meant to cache artifacts useful for tests (such as bundle). + +Those artifacts need to be cached because they are slow to regenerate on each +test but too large to be tracked within the repository. They are not expected +to change between each run and can be cached. + +The `./scripts/` contains code to generate the artifact while the `cache` +directory contains resulting artifact. +