(self, path1)
| 275 | assert newext.purebasename == class="st">"samplefile" |
| 276 | |
| 277 | def test_readlines(self, path1): |
| 278 | fn = path1.join(class="st">"samplefile") |
| 279 | with ignore_encoding_warning(): |
| 280 | contents = fn.readlines() |
| 281 | assert contents == [class="st">"samplefile\n"] |
| 282 | |
| 283 | def test_readlines_nocr(self, path1): |
| 284 | fn = path1.join(class="st">"samplefile") |
nothing calls this directly
no test coverage detected