davidjnevin / ddd_critiquewheel

Migration of Critique Wheel: a web app for the free exchange of critiques for writers of short fiction.
https://www.critiquewheel.com
1 stars 0 forks source link

Refactor Work Service for new repository behaviour #81

Closed davidjnevin closed 1 year ago

davidjnevin commented 1 year ago

Update Service Tests: Update the tests for your service layer to expect None instead of WorkNotFound and similar other exceptions Update Service Implementation: Modify the service layer to handle None instead of exceptions for not-found cases.