diff options
| author | Laurenz <laurmaedje@gmail.com> | 2020-12-10 22:44:35 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2020-12-10 22:45:45 +0100 |
| commit | 1cbd5f3051ba90b3f673bc2f6319192d05381719 (patch) | |
| tree | 182134e9f355062a00a145fab3a988847c4ed13b /tests/README.md | |
| parent | fdc1b378a3eb3cf325592b801c43e2ec2478ddff (diff) | |
Refine test infrastructure ✅
- Tests diagnostics
- More and better separated image tests
Diffstat (limited to 'tests/README.md')
| -rw-r--r-- | tests/README.md | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/tests/README.md b/tests/README.md index 89c31c89..7d9c3eda 100644 --- a/tests/README.md +++ b/tests/README.md @@ -1,8 +1,7 @@ # Tests - `typ`: Input files -- `pdf`: PDF files produced by tests -- `png`: PNG files produced by tests -- `cmp`: Reference images which the PNGs are compared to byte-wise to determine - whether the test passed or failed +- `ref`: Reference images which the output is compared with to determine + whether a test passed or failed - `res`: Resource files used by tests +- `out`: PNG and PDF files produced by tests |
