There was an error while loading. Please reload this page.
1 parent 678b70a commit 3b17a03Copy full SHA for 3b17a03
1 file changed
tests/test_add.py
@@ -54,10 +54,3 @@ def test_app_invalid_with_dash():
54
assert int(e) == 7000
55
assert str(e) == 'No route for that URI'
56
print(int(e), str(e))
57
-
58
-if __name__ == '__main__':
59
- test_cloudflare()
60
- test_app_invalid()
61
- test_app_invalid_with_underscore()
62
- test_app_invalid_with_dash()
63
0 commit comments