haskell-bee-tests: Reusable test suite for any haskell-bee Broker implementation

[ agpl, concurrency, library ] [ Propose Tags ] [ Report a vulnerability ]

Modules

  • Test
    • Integration
      • Test.Integration.Broker
      • Test.Integration.Utils
      • Test.Integration.Worker

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0
Dependencies aeson (>=2.1 && <2.3), base (>=4.17.2.0 && <5), containers (>=0.6 && <0.8), haskell-bee (>=0.1.0.0 && <0.2), hedis (>=0.15.2 && <0.16), hspec (>=2.11 && <3), postgresql-simple (>=0.6 && <0.8), random-strings (==0.1.1.0), stm (>=2.5.3 && <3), tasty (>=1.5 && <1.6), tasty-hspec (>=1.2.0 && <2), text (>=1.2 && <2.2) [details]
License AGPL-3.0-or-later
Author Gargantext
Maintainer gargantext@iscpif.fr
Category Concurrency
Home page https://gitlab.iscpif.fr/gargantext/haskell-bee
Uploaded by cgenie at 2025-06-16T11:07:12Z
Distributions
Downloads 2 total (2 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2025-06-16 [all 2 reports]

Readme for haskell-bee-tests-0.1.0.0

[back to package description]

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.