diff --git a/tests/test_app.py b/tests/test_app.py index 8fd3d9a..79b1946 100644 --- a/tests/test_app.py +++ b/tests/test_app.py @@ -28,4 +28,4 @@ def me(): if __name__ == "__main__": - app.run() + app.run(debug=True)