Pilgrim/tests
Gustavo Henrique Santos Souza de Miranda e46f02cc39 test(entry_service): add unit test for creating a new entry
This commit introduces the first unit test for the EntryService,
covering the "happy path" for the `create` method.

It verifies that a new entry is correctly persisted to the database,
including its relationship with associated Photo objects. The test
leverages fixtures to create an isolated, in-memory database
populated with the necessary dependencies.
2025-07-20 23:13:45 -03:00
..
service test(entry_service): add unit test for creating a new entry 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