Home
last modified time | relevance | path

Searched refs:try_json (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/support/testing/tests/package/
H A Dtest_python_flask_expects_json.py19 def try_json(self, payload, expects): member in TestPythonPy3FlaskExpectsJson
36 self.try_json("""{"email": "test", "name": "test"}""", 200)
37 self.try_json("""{"email": "test", "name": 2}""", 400)
38 self.try_json("""{"email": "test"}""", 400)