Skip to content

Commit

Permalink
tests.hs -> runtests.hs.
Browse files Browse the repository at this point in the history
  • Loading branch information
athas committed Aug 12, 2024
1 parent 269cf8e commit d7f0244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chapter_1.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ defines a test suite named `test`, which in Tasty is of type
`TestTree`. We will see below how to define these.

To run the tests for an entire project, we write *test runner*, which
we will normally call `tests.hs`. This test runner will import the
we will normally call `runtests.hs`. This test runner will import the
various `TestTrees`, combine them if necessary, and pass them to the
`defaultMain` function provided by Tasty. When the program is run,
Tasty will run the test suite and report any errors. If the test
Expand Down

0 comments on commit d7f0244

Please sign in to comment.