コード例 #1
0
ファイル: test_inputs.py プロジェクト: rheehot/sanic-restplus
 def test_bad_value(self, value):
     with pytest.raises(ValueError):
         inputs.ip(value)
コード例 #2
0
ファイル: test_inputs.py プロジェクト: rheehot/sanic-restplus
 def test_valid_value(self, value):
     assert inputs.ip(value) == value