(self, path1)
| 98 | assert newpath.dirname == str(path1) |
| 99 | |
| 100 | def test_dirpath(self, path1): |
| 101 | newpath = path1.join(class="st">"sampledir") |
| 102 | assert newpath.dirpath() == path1 |
| 103 | |
| 104 | def test_dirpath_with_args(self, path1): |
| 105 | newpath = path1.join(class="st">"sampledir") |