Debugging a failing in travis test

This commit is contained in:
Anton Beloglazov 2012-10-15 12:31:18 +11:00
parent 08f70ebff4
commit 5edbc71df6

View File

@ -49,6 +49,7 @@ class GlobalManager(TestCase):
manager.error()
except bottle.HTTPResponse as e:
print "============="
print dir(e)
print e.status
print "============="
assert e.status == 405