(self, path1)
| 233 | assert not (path1 < path1) |
| 234 | |
| 235 | def test_simple_read(self, path1): |
| 236 | with ignore_encoding_warning(): |
| 237 | x = path1.join(class="st">"samplefile").read(class="st">"r") |
| 238 | assert x == class="st">"samplefile\n" |
| 239 | |
| 240 | def test_join_div_operator(self, path1): |
| 241 | newpath = path1 / class="st">"/sampledir" / class="st">"/test//" |
nothing calls this directly
no test coverage detected