(self, tmp_path)
| 284 | assert_equal(repos.exists(tmpfile), False) |
| 285 | |
| 286 | def test_RemoveHTTPFile(self, tmp_path): |
| 287 | repos = datasource.Repository(valid_baseurl(), tmp_path) |
| 288 | assert_(repos.exists(valid_httpurl())) |
| 289 | |
| 290 | def test_CachedHTTPFile(self, tmp_path): |
| 291 | localfile = valid_httpurl() |
nothing calls this directly
no test coverage detected