mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-07-10 23:43:42 +02:00
remove log
This commit is contained in:
@@ -27,8 +27,7 @@ class FlaskrTestCase(unittest.TestCase):
|
|||||||
try:
|
try:
|
||||||
ast.parse(open('server.py').read())
|
ast.parse(open('server.py').read())
|
||||||
assert True
|
assert True
|
||||||
except SyntaxError as exc:
|
except SyntaxError:
|
||||||
print(exc)
|
|
||||||
assert False
|
assert False
|
||||||
|
|
||||||
def test_index(self):
|
def test_index(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user