Pilgrim/tests
Gustavo Henrique Santos Souza de Miranda f7a7289b5e test(entry_service): add test for creating an entry without photos
This commit adds a unit test to ensure that the EntryService's
`create` method correctly handles cases where an empty list of photos
is provided.

It verifies that the entry is created successfully and that the
`photos` relationship is an empty list, confirming the feature's
flexibility.
2025-07-20 23:13:45 -03:00
..
service test(entry_service): add test for creating an entry without photos 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