test-framework icon indicating copy to clipboard operation
test-framework copied to clipboard

Framework for running and organising QuickCheck test properties and HUnit test cases

Results 14 test-framework issues
Sort by recently updated
recently updated
newest added

Using the flag `-a` you can change the number of test cases that should run for each test. The default is 100 tests. ``` $ dist/build/qc/qc Utils: refragment id: [OK,...

Suppose we we something like ``` Haskell main = defaultMain [testA, testB] ``` where `testA` is constructed with buildTestBracketed. If we run the test suite using ``` test-suite -t testB...

The released 0.8.2.0 has fallen behind `master` and has an unbuildable testsuite: ``` Test/Framework/Tests.hs:3:1: error: [GHC-61948] Could not find module ‘Test.Framework.Tests.Runners.ThreadPool’. Perhaps you meant Test.Framework.Runners.ThreadPool Use -v to see a...

This PR is frozen as it is part of an issue report: - https://github.com/haskell/haskell-language-server/issues/4505 Don't merge, don't modify, don't close. No need to review.