(self)
| 165 | del self.ds |
| 166 | |
| 167 | def test_ValidHTTP(self): |
| 168 | assert_(self.ds.exists(valid_httpurl())) |
| 169 | |
| 170 | def test_InvalidHTTP(self): |
| 171 | assert_equal(self.ds.exists(invalid_httpurl()), False) |
nothing calls this directly
no test coverage detected