eventsource-store-specs: Provides common test specification for Store implementation.

[ bsd3, eventsourcing, library, testing ] [ Propose Tags ]

Provides common test specification for Store implementation.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 1.0.0, 1.0.1, 1.1.0, 1.1.1, 1.2.0, 1.2.1
Change log CHANGELOG.md
Dependencies aeson, async, base (>=4.9 && <5), eventsource-api (>=1.5), mtl, streaming, tasty, tasty-hspec, text, transformers-base, uuid [details]
License BSD-3-Clause
Author Yorick Laupa
Maintainer yo.eight@gmail.com
Category Eventsourcing, Testing
Home page https://gitlab.com/YoEight/eventsource-api-hs
Uploaded by YorickLaupa at 2018-12-20T13:57:17Z
Distributions
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 3639 total (23 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-12-20 [all 1 reports]

Readme for eventsource-store-specs-1.2.1

[back to package description]

eventsource-store-specs

This project provides an open store specification, as a HUnit test, for store implementors. The goal is to make sure every Store implementation behaves the same regarding to those tests.