Skip to content

Commit f1c0229

Browse files
author
azamifard
committed
rebase #154 remove incorrect test
1 parent d39a426 commit f1c0229

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

geospaas/tests.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,6 @@
66
from geospaas.utils import utils
77

88
class TestUtils(TestCase):
9-
@patch('urllib3.PoolManager')
10-
def test_validate_uri_opendap_does_not_exist(self, mock_PoolManager):
11-
uri = 'http://www.ifremer.fr'
12-
mock_PoolManager.status=1
13-
with self.assertRaises(OSError) as cm:
14-
utils.validate_uri(uri)
15-
self.assertEqual('NetCDF: file not found', cm.exception.args[1])
169

1710
@patch('geospaas.utils.utils.os.path.isfile')
1811
def test_validate_uri_local(self, mock_isfile):

0 commit comments

Comments
 (0)