patch.dict(os.environ, {**BASE_ENV, "DATE_FIELD": ""}, clear=False)
| 1 | """Tests for github_project_sync.py config parsing and status logic.""" |
| 2 | |
| 3 | from __future__ import annotations |
| 4 |
nothing calls this directly
no outgoing calls
no test coverage detected