(self, path1)
| 990 | assert numdir.new(ext=str(j)).check() |
| 991 | |
| 992 | def test_error_preservation(self, path1): |
| 993 | with pytest.raises(EnvironmentError): |
| 994 | path1.join("qwoeqiwe").mtime() |
| 995 | with pytest.raises(EnvironmentError): |
| 996 | path1.join("qwoeqiwe").read() |
| 997 | |
| 998 | # def test_parentdirmatch(self): |
| 999 | # local.parentdirmatch('std', startmodule=__name__) |