(self, path1)
| 73 | assert revpar == [newpath, path1.join("sampledir"), path1] |
| 74 | |
| 75 | def test_common(self, path1): |
| 76 | other = path1.join("sampledir") |
| 77 | x = other.common(path1) |
| 78 | assert x == path1 |
| 79 | |
| 80 | # def test_parents_nonexisting_file(self, path1): |
| 81 | # newpath = path1 / 'dirnoexist' / 'nonexisting file' |