patch(
"builtins.open",
new_callable=unittest.mock.mock_open,
read_data="""
[project]
name = "test_project"
version = "0.1.0"
requires-python =
| 1 | import sys |
| 2 | import unittest |
| 3 | from io import StringIO |
| 4 | from pathlib import Path |
nothing calls this directly
no outgoing calls
no test coverage detected