chore: add unit tests for pure functions + CI test job
Docker Build and Push / test (pull_request) Failing after 1m35s
Docker Build and Push / build (pull_request) Has been skipped

- Unit tests for normalize_email_address, payload_matches_participant,
  format_search_result (9 test cases across 3 test classes)
- New 'test' job in CI workflow (runs before build)
- pytest.ini for pythonpath config
This commit is contained in:
2026-06-11 12:18:20 +00:00
parent 93549155b2
commit 1700877918
3 changed files with 125 additions and 3 deletions
+3
View File
@@ -0,0 +1,3 @@
[pytest]
testpaths = tests
pythonpath = src