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

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Warnings:

Provides common test specification for Store implementation.


[Skip to Readme]

Properties

Versions 1.0.0, 1.0.1, 1.1.0, 1.1.1, 1.2.0, 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-11T16:40:41Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for eventsource-store-specs-1.2.0

[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.