コード例 #1
0
 def test_unsafe(self):
     with pytest.raises(ValueError):
         utils.update_safety_check(self.x, self.z)
コード例 #2
0
 def test_safe(self):
     # should not raise exception:
     utils.update_safety_check(self.x, self.y)
コード例 #3
0
ファイル: test_utils.py プロジェクト: jcmgray/xarray
 def test_unsafe(self):
     with pytest.raises(ValueError):
         utils.update_safety_check(self.x, self.z)
コード例 #4
0
ファイル: test_utils.py プロジェクト: jcmgray/xarray
 def test_safe(self):
     # should not raise exception:
     utils.update_safety_check(self.x, self.y)
コード例 #5
0
 def test_unsafe(self):
     with self.assertRaises(ValueError):
         utils.update_safety_check(self.x, self.z)
コード例 #6
0
ファイル: test_utils.py プロジェクト: OXPHOS/xarray
 def test_unsafe(self):
     with self.assertRaises(ValueError):
         utils.update_safety_check(self.x, self.z)