@hackage eventium-test-helpers0.1.0
Common module used for eventium tests
Categories
License
MIT
Maintainer
Alexander Sidorenko
Links
Versions
- 0.1.0 Mon, 15 Dec 2025
Installation
Dependencies (8)
- aeson >=1.5 && <2.3
- aeson-casing >=0.2 && <0.3
- base >=4.9 && <5
- eventium-core
- extra >=1.7 && <1.8
- hspec >=2.8 && <2.12 Show all…
Dependents (3)
@hackage/eventium-memory, @hackage/eventium-postgresql, @hackage/eventium-sqlite
Eventium-test-helpers provides common testing utilities and helper functions for testing Eventium-based applications. It includes utilities for event store testing, serialization testing, and common test fixtures that are shared across the Eventium test suite. This package helps reduce code duplication in tests and provides a consistent testing interface.