(self)
| 181 | rmtree(localdir) |
| 182 | |
| 183 | def test_InvalidFile(self): |
| 184 | tmpfile = invalid_textfile(self.tmpdir) |
| 185 | assert_equal(self.ds.exists(tmpfile), False) |
| 186 | |
| 187 | |
| 188 | class TestDataSourceAbspath: |
nothing calls this directly
no test coverage detected