We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c31e853 commit 8491c05Copy full SHA for 8491c05
tests/test_app.py
@@ -1,9 +1,4 @@
1
-import os
2
-import sys
3
import sqlite3
4
-
5
-sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), "..")))
6
7
from app import create_app
8
9
# =====================================================
0 commit comments