mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-08 07:51:43 +03:00
Reset tests
This commit is contained in:
parent
63572b6963
commit
e37ad1de44
@ -24,5 +24,12 @@ scope Foo:
|
||||
|
||||
```catala-test-inline
|
||||
$ catala Proof --disable_counterexamples
|
||||
[RESULT] TODO
|
||||
[ERROR] [Foo.x] This variable might return an empty error:
|
||||
┌─⯈ tests/test_proof/bad/assert-empty.catala_en:4.10-11
|
||||
└─┐
|
||||
│
|
||||
4 │ output x content integer
|
||||
│ ‾
|
||||
|
||||
Counterexample generation is disabled so none was generated.
|
||||
```
|
||||
|
@ -23,6 +23,6 @@ scope Foo:
|
||||
```
|
||||
|
||||
```catala-test-inline
|
||||
$ catala Proof
|
||||
[RESULT] TODO
|
||||
$ catala Proof --disable_counterexamples
|
||||
[RESULT] No errors found during the proof mode run.
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user