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 98144ca commit 157e29aCopy full SHA for 157e29a
backend/tests/conftest.py
@@ -1,11 +1,12 @@
1
import os
2
import sys
3
+
4
import pytest
5
6
# Add /app to sys.path so we can import app.py
7
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), "..")))
8
-from app import app as flask_app # ✅ this should now work
9
+from app import app as flask_app # noqa: E402
10
11
12
@pytest.fixture
0 commit comments