summaryrefslogtreecommitdiff
path: root/test/end-to-end/target-cache/data
AgeCommit message (Collapse)Author
2024-06-06Add test verifying cache consistency if some targets are servedKlaus Aehlig
... but not all. Also in this case, if an target-level cache entry is written, the dependencies have to be written as well.
2023-08-29python: Add type hints and fix style in test scriptsPaul Cristian Sarbu
For maximum compatibility, we use the uppercase types from the typing package instead of the built-in types, therefore compliant with PEP 484 and PEP 526.
2023-07-03Simplify artifacts-sync end-to-end testSascha Roloff