There was an error while loading. Please reload this page.
1 parent 746c287 commit c32fb33Copy full SHA for c32fb33
README.md
@@ -63,7 +63,7 @@ Things done:
63
Improved tests:
64
65
* Unit tests without touching IO. Domain is tested with unit tests. Idea of `InMemoryRepository` as HashMap.
66
-* Only the main paths (happy paths) are integration tests because sad path was tested with unit tests.
+* Only the main paths (most important to business) are integration tests because whole business domain was tested with unit tests.
67
* We also have acceptance tests that are practically similar to above, but shows complete flow of bounded-context.
68
69
<br>
0 commit comments