Mercurial > hg
comparison tests/artifacts/PURPOSE @ 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 | |
children |
comparison
equal
deleted
inserted
replaced
39489:f1186c292d03 | 39490:966950954fda |
---|---|
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 |