Files
musicseerr/backend/tests/conftest.py
T
Harvey 31e0412232 favicon + ci workflow + makefile changes (#33)
* favicon + ci workflow + makefile changes

* fix lint

* run workflows on any branch/pr

* fix workflow
2026-04-08 02:06:17 +01:00

9 lines
176 B
Python

import os
import sys
import tempfile
from pathlib import Path
os.environ.setdefault("ROOT_APP_DIR", tempfile.mkdtemp())
sys.path.insert(0, str(Path(__file__).parent.parent))