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 1d4b231 commit 62bf4bbCopy full SHA for 62bf4bb
.gitignore
@@ -10,4 +10,4 @@ __pycache__
10
uploads
11
node_modules
12
schemas.json
13
-*.db
+*.db
tests/conftest.py
@@ -1,10 +1,12 @@
1
# Standard library imports
2
import time
3
import shutil
4
+
5
+# Third party imports
6
import os
7
import pytest
8
-
9
+# Local application imports
from app import app
from src.opengeodeweb_back.database import init_db
0 commit comments