@hackage haskell-bee-tests0.1.0.0
Reusable test suite for any haskell-bee Broker implementation
Categories
License
AGPL-3.0-or-later
Maintainer
gargantext@iscpif.fr
Links
- Homepage
- Documentation
- No source repository
- Security
Versions
- 0.1.0.0 Mon, 16 Jun 2025
Installation
Dependencies (12)
- aeson >=2.1 && <2.3
- base >=4.17.2.0 && <5
- containers >=0.6 && <0.8
- haskell-bee ^>=0.1.0.0
- hedis >=0.15.2 && <0.16
- hspec >=2.11 && <3 Show all…
Dependents (3)
@hackage/haskell-bee-redis, @hackage/haskell-bee-stm, @hackage/haskell-bee-pgmq
haskell-bee-tests
Generic tests for haskell-bee.
This package provides a reusable test suite for any Broker implementation. The tests are broker-agnostic and must be integrated into specific broker packages. See haskell-bee-pgmq for an example of how to use these tests in your own broker implementation.