samgis / tests /__init__.py
aletrn's picture
[test] refactor test execution, add test input/output events
9d4db86
raw
history blame
136 Bytes
from src import PROJECT_ROOT_FOLDER
TEST_ROOT_FOLDER = PROJECT_ROOT_FOLDER / "tests"
TEST_EVENTS_FOLDER = TEST_ROOT_FOLDER / "events"