Esempio n. 1
0
 def test_get_operator_class_not_exists(self):
     with pytest.raises(KeyError):
         get_operator_class('NotExists')
Esempio n. 2
0
 def test_get_operator_class(self, operator_class, return_value):
     get_operator_class(operator_class) == return_value