Check test_tmproot is a py.path attribute for backward compatibility.
(testdir: Testdir)
| 19 | |
| 20 | |
| 21 | def 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 | |
| 26 | def test_testdir_makefile_dot_prefixes_extension_silently( |