doc(fixing_tests): add links to directories containing tests that compare produced vs expected output
This commit is contained in:
parent
d5538ddf19
commit
daf27fd194
1 changed files with 10 additions and 0 deletions
|
@ -29,3 +29,13 @@ executing
|
||||||
When the `yes` option is provided, `meld` is automatically invoked
|
When the `yes` option is provided, `meld` is automatically invoked
|
||||||
whenever there is discrepancy between the produced and expected
|
whenever there is discrepancy between the produced and expected
|
||||||
outputs. `meld` can also be used to repair the problems.
|
outputs. `meld` can also be used to repair the problems.
|
||||||
|
|
||||||
|
Here is the list of directories where produced output is compared with
|
||||||
|
the expected output (stored in a `*.expected.out` file).
|
||||||
|
|
||||||
|
- [`tests/lean`](../tests/lean)
|
||||||
|
- [`tests/lean/interactive`](../tests/lean/interactive)
|
||||||
|
|
||||||
|
Remark: in the directory `tests/lean/interactive`, the input test files have extension `.input`.
|
||||||
|
They simulate commands sent from Emacs to Lean.
|
||||||
|
The `.lean` files in this directory are used to simulate files opened by the user.
|
Loading…
Reference in a new issue