MCPcopy
hub / github.com/pytest-dev/pytest / test_testdir_testtmproot

Function test_testdir_testtmproot

testing/test_legacypath.py:25–27  ·  view source on GitHub ↗

Check test_tmproot is a py.path attribute for backward compatibility.

(testdir: Testdir)

Source from the content-addressed store, hash-verified

23
24
25def test_testdir_testtmproot(testdir: Testdir) -> None:
26 """Check test_tmproot is a py.path attribute for backward compatibility."""
27 assert testdir.test_tmproot.check(dir=1)
28
29
30def test_testdir_makefile_dot_prefixes_extension_silently(

Callers

nothing calls this directly

Calls 1

checkMethod · 0.45

Tested by

no test coverage detected