Files
simplexmq/tests
shum b5055ad68c refactor: minimize diff in tests
Restore xftpServerTests and xftpAgentTests bodies to match master
byte-for-byte (only type signatures change for XFTPTestBracket
parameterization); inline the runTestXXX helpers that were split
on this branch.
2026-04-11 12:36:16 +00:00
..
2026-04-11 08:04:02 +00:00
2026-04-11 12:36:16 +00:00
2026-04-11 12:36:16 +00:00
2026-04-11 12:36:16 +00:00

Running tests with coverage

  1. Uncomment coverage sections in cabal.project file.
  2. Add -fhpc to ghc-options of simplexmq-test in simplexmq.cabal file.
  3. Disable (xit) test "should subscribe to multiple (200) subscriptions with batching", enable (comment skip) the next test instead.
  4. Run cabal test.
  5. Open generated coverage report in the browser.