jarus / flask-testing

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

Output Expected and Actual correctly #129

Open DrValani opened 5 years ago

DrValani commented 5 years ago

Calling self.assertStatus(response, 401)

Outputs the following: Expected :200 Actual :401

Should be the other way, I was expecting 401.