GHMiranda
  • Joined on 2023-12-31
GHMiranda synced new reference test/photoservice-unit-tests to GHMiranda/Pilgrim from mirror 2025-07-21 05:47:50 +00:00
GHMiranda synced commits to staging at GHMiranda/Pilgrim from mirror 2025-07-21 04:37:50 +00:00
d840299398 Merge pull request #68 from gmbrax/test/database-unit-test
ca0b8c554c Change the import to avoid importing by the folder
ed2dbee1a3 Merge pull request #67 from gmbrax/test/traveldiaryservice-unit-test
6e17064ce6 Merge pull request #66 from gmbrax/test/entryservice-unit-test
a18c621d5c Add the tests for delete the entries method
Compare 30 commits »
GHMiranda synced commits to test/database-unit-test at GHMiranda/Pilgrim from mirror 2025-07-21 04:37:50 +00:00
ca0b8c554c Change the import to avoid importing by the folder
GHMiranda synced commits to test/traveldiaryservice-unit-test at GHMiranda/Pilgrim from mirror 2025-07-21 04:37:50 +00:00
a18c621d5c Add the tests for delete the entries method
66879b5a7d Add the tests for update the entries method
240e4ae6c7 fix the sanitization directory method to remove accents and diacritics
df9101ccac Add unidecode dependency on pyproject.toml
Compare 4 commits »
GHMiranda synced commits to fix/sanitize-accent-bug at GHMiranda/Pilgrim from mirror 2025-07-21 03:27:51 +00:00
GHMiranda synced new reference fix/sanitize-accent-bug to GHMiranda/Pilgrim from mirror 2025-07-21 03:27:51 +00:00
GHMiranda synced commits to test/traveldiaryservice-unit-test at GHMiranda/Pilgrim from mirror 2025-07-21 03:27:51 +00:00
GHMiranda synced new reference test/traveldiaryservice-unit-test to GHMiranda/Pilgrim from mirror 2025-07-21 03:27:51 +00:00
GHMiranda synced commits to staging at GHMiranda/Pilgrim from mirror 2025-07-21 03:27:51 +00:00
2454f929c9 Merge pull request #64 from gmbrax/fix/sanitize-accent-bug
736c0f160f fix the sanitization directory method to remove accents and diacritics
de27485c98 Add unidecode dependency on pyproject.toml
Compare 3 commits »
GHMiranda synced commits to refactor/shared-test-fixtures at GHMiranda/Pilgrim from mirror 2025-07-21 02:18:34 +00:00
GHMiranda synced new reference refactor/shared-test-fixtures to GHMiranda/Pilgrim from mirror 2025-07-21 02:18:34 +00:00
GHMiranda synced commits to staging at GHMiranda/Pilgrim from mirror 2025-07-21 02:18:34 +00:00
e9162ab25c Merge pull request #63 from gmbrax/refactor/shared-test-fixtures
88a0b9cf80 Refactor to add conftest.py to share fixtures
Compare 2 commits »
GHMiranda synced commits to test/entryservice-unit-test at GHMiranda/Pilgrim from mirror 2025-07-21 02:18:34 +00:00
cc95ce669f Merge remote-tracking branch 'origin/test/entryservice-unit-test' into test/entryservice-unit-test
d36ff829db Remove the shared fixtures that are available on conftest.py
0173465943 Add all tests to test the delete of entries
5b9a5bfe24 Add all tests to test the read of entries
95a3a13ee2 Add all tests to test the update of entries
Compare 11 commits »
GHMiranda synced commits to test/entryservice-unit-test at GHMiranda/Pilgrim from mirror 2025-07-21 01:47:50 +00:00
1629b9d52c Add all tests to test the delete of entries
790a9ea3f0 Add all tests to test the read of entries
cec1827635 Add all tests to test the update of entries
Compare 3 commits »
GHMiranda synced commits to test/entryservice-unit-test at GHMiranda/Pilgrim from mirror 2025-07-21 00:37:50 +00:00
1c8026620c Add a test to test the creation of entries with null on nullable fields
fcbf465c43 Merge branch 'staging' into test/entryservice-unit-test
4dda85d8a3 Merge pull request #62 from gmbrax/fix/model-entry-nullable-fields
5a28afc540 fix the entry model to not allow the title nor the date to be null
Compare 4 commits »
GHMiranda synced commits to fix/model-entry-nullable-fields at GHMiranda/Pilgrim from mirror 2025-07-20 21:07:50 +00:00
GHMiranda synced new reference fix/model-entry-nullable-fields to GHMiranda/Pilgrim from mirror 2025-07-20 21:07:50 +00:00
GHMiranda synced commits to staging at GHMiranda/Pilgrim from mirror 2025-07-20 21:07:50 +00:00
4dda85d8a3 Merge pull request #62 from gmbrax/fix/model-entry-nullable-fields
5a28afc540 fix the entry model to not allow the title nor the date to be null
Compare 2 commits »
GHMiranda synced commits to test/entryservice-unit-test at GHMiranda/Pilgrim from mirror 2025-07-20 20:07:49 +00:00
77e191f480 test(entry_service): add test for creating an entry without photos
GHMiranda synced commits to test/entryservice-unit-test at GHMiranda/Pilgrim from mirror 2025-07-20 18:57:51 +00:00
3c7925cb1c test(entry_service): add a failure case test for create method