Files
simplexmq/tests
brenzi 54961211bf resolver should report response truth freshness (#1868)
* first shot at reporting freshness

* fix review findings

* renaming
2026-09-14 15:25:58 +02:00
..
2026-05-21 14:14:03 +01: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.