(func)
| 2226 | verbose = config.get_verbosity() |
| 2227 | |
| 2228 | def get_best_relpath(func) -> str: |
| 2229 | loc = getlocation(func, invocation_dir) |
| 2230 | return bestrelpath(invocation_dir, Path(loc)) |
| 2231 | |
| 2232 | def write_fixture(fixture_def: FixtureDef[object]) -> None: |
| 2233 | argname = fixture_def.argname |
no test coverage detected