(self)
| 298 | assert_(self.repos.exists(tmpfile)) |
| 299 | |
| 300 | def test_InvalidFile(self): |
| 301 | tmpfile = invalid_textfile(self.tmpdir) |
| 302 | assert_equal(self.repos.exists(tmpfile), False) |
| 303 | |
| 304 | def test_RemoveHTTPFile(self): |
| 305 | assert_(self.repos.exists(valid_httpurl())) |
nothing calls this directly
no test coverage detected