Check test_tmproot is a py.path attribute for backward compatibility.
(testdir: Testdir)
| 23 | |
| 24 | |
| 25 | def 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 | |
| 30 | def test_testdir_makefile_dot_prefixes_extension_silently( |