Create eventcore-examples crate (ADR-032) #279
Labels
No labels
adr
automated
bug
chore
dependencies
documentation
enhancement
epic
github-actions
P1-high
P2-medium
P3-low
release
research
rust
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
jwilger/eventcore#279
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Create
eventcore-examplescrate per ADR-032 to house integration tests and demo applications.Context
ADR-032 (Integration Test Crate for End-to-End Testing) establishes that:
eventcoreandeventcore-testingRequirements
eventcore-examples/crate at workspace rootCargo.tomleventcore,eventcore-memory,eventcore-testing,eventcore-typessrc/lib.rs- shared test domain typestests/- integration testsexamples/- demo applicationsParent Issue
Sub-issue of #272
Related