ddd-forum
ddd-forum copied to clipboard
There are no tests?
Hi @prodoxx ! They're coming (see this issue for the history of tests in this project). As a part of "Part IX: Building Web Applications with Domain-Driven Design, Hexagonal Architecture and CQRS" from solidbook.io, we're going to be using the Double Loop TDD approach to write all of these use cases.
That means:
- End-to-End acceptance tests for all use cases (front-to-back)
- Integration tests for all use cases (back only)
- Unit tests when appropriate across each