jarus / flask-testing

Unittest extensions for Flask
http://pythonhosted.org/Flask-Testing/
Other
501 stars 110 forks source link

Adds new assertions for API development #149

Closed mrailton closed 1 year ago

mrailton commented 4 years ago

assert201 assert202 assert204

These relate to HTTP status codes that are generally used in API development and are nice convenience helpers to have