Skip to content

Commit

Permalink
Add note about where testing lives
Browse files Browse the repository at this point in the history
  • Loading branch information
kaBeech committed May 18, 2024
1 parent 22d78a1 commit 401c865
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions test/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ import TestCheck (check)

-- | Run the test suite

-- | Currently this consists of QuickCheck tests, along with a guard that will
-- cause the test suite to fail if any of the individual tests fail
-- | In general, functions will either be tested using QuickCheck in this suite
-- or using Docutest in the files themselves, but not both

-- | This suite of QuickCheck tests contains a guard that will cause the test
-- `suite to fail if any of the individual tests fail
main :: IO ()
main = do
putStrLn "Running test suite!"
Expand Down

0 comments on commit 401c865

Please sign in to comment.