(self)
| 302 | assert_equal(self.repos.exists(tmpfile), False) |
| 303 | |
| 304 | def test_RemoveHTTPFile(self): |
| 305 | assert_(self.repos.exists(valid_httpurl())) |
| 306 | |
| 307 | def test_CachedHTTPFile(self): |
| 308 | localfile = valid_httpurl() |
nothing calls this directly
no test coverage detected