(src, expected)
| 1686 | ), |
| 1687 | ) |
| 1688 | def test_get_assertion_exprs(src, expected) -> None: |
| 1689 | assert _get_assertion_exprs(src) == expected |
| 1690 | |
| 1691 | |
| 1692 | def test_try_makedirs(monkeypatch, tmp_path: Path) -> None: |
nothing calls this directly
no test coverage detected