changeset 39490:966950954fda

tests: add a `tests/artifacts/` directory That directory is meant to cache large items used by tests that are slow to generate. See 'PURPOSE' file for details and next changesets for a first user.
author Boris Feld <boris.feld@octobus.net>
date Sat, 18 Aug 2018 12:45:44 +0200
parents f1186c292d03
children 4ca7a67c94c8
files tests/artifacts/PURPOSE
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/artifacts/PURPOSE	Sat Aug 18 12:45:44 2018 +0200
@@ -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.
+