| CARVIEW |
Select Language
HTTP/1.1 200 OK
Connection: keep-alive
Server: nginx/1.24.0 (Ubuntu)
Content-Type: text/html; charset=utf-8
Cache-Control: public, max-age=300
Content-Encoding: gzip
Via: 1.1 varnish, 1.1 varnish
Accept-Ranges: bytes
Age: 0
Date: Sat, 17 Jan 2026 20:01:27 GMT
X-Served-By: cache-dfw-kdfw8210042-DFW, cache-bom-vanm7210073-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1768680087.514692,VS0,VE859
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
haskell-bee-tests: Reusable test suite for any haskell-bee Broker implementation
[Skip to Readme]
haskell-bee-tests: Reusable test suite for any haskell-bee Broker implementation
Please see the README on GitHub at https://github.com/garganscript/haskell-bee/blob/master/haskell-bee/README.md
[Skip to Readme]
Modules
- Test
- Integration
- Test.Integration.Broker
- Test.Integration.Utils
- Test.Integration.Worker
- Integration
Downloads
- haskell-bee-tests-0.1.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
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 |
| Uploaded | by cgenie at 2025-06-16T11:07:12Z |
| Category | Concurrency |
| Home page | https://gitlab.iscpif.fr/gargantext/haskell-bee |
| Distributions | NixOS:0.1.0.0 |
| Downloads | 20 total (3 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.