Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit 3b17a03

Browse files
committed
remove excess code
1 parent 678b70a commit 3b17a03

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

tests/test_add.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,3 @@ def test_app_invalid_with_dash():
5454
assert int(e) == 7000
5555
assert str(e) == 'No route for that URI'
5656
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

Comments
 (0)