Harlan J. Iverson e395d6d6f5 added python eventsourcing notes demo. focus: eventsourcing module, modeling notes domain, pytest | il y a 1 an | |
---|---|---|
.. | ||
README.md | il y a 1 an | |
dev-requirements.txt | il y a 1 an | |
notes_app_es.py | il y a 1 an | |
requirements.txt | il y a 1 an | |
test_notes_app_es.py | il y a 1 an |
Created an Event Sourced demo based on module documentation 1.
In a later Dev Practice I look at serializing custom Entitiy types 3.
The project has very good documentation and the author seems to be responsive.
Test with python -m pytest test_notes_app_es.py
.
Focus: