File tree Expand file tree Collapse file tree 2 files changed +1
-16
lines changed Expand file tree Collapse file tree 2 files changed +1
-16
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -13,9 +13,7 @@ that must evaluate to `True`. These tests follow a few rules:
13
13
* If ` Valid x => ` appears at the start of a doc test, that means the property
14
14
will only be tested with ` x ` passing the ` isValid ` predicate.
15
15
16
- The tests can be generated by ` make gen ` in the root of the repo, and will be placed in ` tests/TestGen.hs ` .
16
+ The tests can be generated by ` make gen ` in the root of the repo, and will be placed in ` tests/filepath-tests/ TestGen.hs ` .
17
17
The ` TestGen.hs ` file is checked into the repo, and the CI scripts check that ` TestGen.hs ` is in sync with
18
18
what would be generated a fresh - if you don't regenerate ` TestGen.hs ` the CI will fail.
19
19
20
- The ` .ghci ` file is set up to allow you to type ` ghci ` to open the library, then ` :go ` will regenerate the
21
- tests and run them.
You can’t perform that action at this time.
0 commit comments