예제 #1
0
 def test_check_value_type_raises_TypeError(self, val, data_type):
     with pytest.raises(TypeError):
         HtParam.check_value_type(val, data_type)
예제 #2
0
 def test_check_value_type(self, val, data_type):
     HtParam.check_value_type(val, data_type)