(self)
| 168 | assert_(self.ds.exists(valid_httpurl())) |
| 169 | |
| 170 | def test_InvalidHTTP(self): |
| 171 | assert_equal(self.ds.exists(invalid_httpurl()), False) |
| 172 | |
| 173 | def test_ValidFile(self): |
| 174 | # Test valid file in destpath |
nothing calls this directly
no test coverage detected