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