(func)
| 1484 | verbose = config.getvalue("verbose") |
| 1485 | |
| 1486 | def get_best_relpath(func) -> str: |
| 1487 | loc = getlocation(func, str(curdir)) |
| 1488 | return bestrelpath(curdir, Path(loc)) |
| 1489 | |
| 1490 | def write_fixture(fixture_def: fixtures.FixtureDef[object]) -> None: |
| 1491 | argname = fixture_def.argname |
no test coverage detected