MCPcopy Create free account
hub / github.com/pytest-dev/pytest / test_testdir_testtmproot

Function test_testdir_testtmproot

testing/test_legacypath.py:21–23  ·  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

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

Callers

nothing calls this directly

Calls 1

checkMethod · 0.80

Tested by

no test coverage detected