Files
simplexmq/tests
sh db3e98f13a ntf-server: add push provider policy (#1808)
* Disable APNS test provider in production

* refactor(ntf): extract guardPushProvider for test-provider guard

* test(ntf): fix APNS test provider test compilation

* ntf server: use ifM for push provider guard (review)

---------

Co-authored-by: Paul Bottinelli <paul.bottinelli@trailofbits.com>
2026-06-17 09:14:38 +01:00
..
2026-05-21 14:14:03 +01:00
2026-06-16 06:50:14 +01:00
2026-05-21 14:14:03 +01:00
2026-05-21 14:14:03 +01:00
2026-05-21 14:14:03 +01:00
2026-05-21 14:14:03 +01:00
2026-05-21 14:14:03 +01:00
2026-05-21 14:14:03 +01:00
2026-04-20 13:42:25 +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.