Pilgrim/tests
Gustavo Henrique Santos Souza de Miranda 0227879bb3 test(entry_service): add a failure case test for create method
This commit adds a unit test for an important "unhappy path" in the
EntryService's `create` method.

It specifically verifies that the method gracefully returns `None`
when provided with a `travel_diary_id` that does not exist in the
database, ensuring the initial guard clause works as expected.
2025-07-20 23:13:45 -03:00
..
service test(entry_service): add a failure case test for create method 2025-07-20 23:13:45 -03:00
conftest.py Refactor to add conftest.py to share fixtures 2025-07-20 23:07:04 -03:00