コード例 #1
0
ファイル: test_operators.py プロジェクト: deluge/django-howl
 def test_get_operator_class_not_exists(self):
     with pytest.raises(KeyError):
         get_operator_class('NotExists')
コード例 #2
0
ファイル: test_operators.py プロジェクト: deluge/django-howl
 def test_get_operator_class(self, operator_class, return_value):
     get_operator_class(operator_class) == return_value