1700877918
- 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
4 lines
44 B
INI
4 lines
44 B
INI
[pytest]
|
|
testpaths = tests
|
|
pythonpath = src
|