patch.dict(
os.environ,
_without_key(BASE_ENV, "PROJECT_NUMBER"),
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