samgis / tests /__init__.py
aletrn's picture
[refactor] renamed backend package to samgis
c8c2cad
raw
history blame
211 Bytes
from samgis import PROJECT_ROOT_FOLDER
TEST_ROOT_FOLDER = PROJECT_ROOT_FOLDER / "tests"
TEST_EVENTS_FOLDER = TEST_ROOT_FOLDER / "events"
LOCAL_URL_TILE = "http://localhost:8000/lambda_handler/{z}/{x}/{y}.png"