samgis / tests /__init__.py
aletrn's picture
[test] using local tile http server in lambda_handler "real" test case
4e35839
raw
history blame
208 Bytes
from src 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"