1
0

chore: resolve 15 low-hanging-fruit tech debt issues

This commit is contained in:
kimi
2026-03-22 11:27:47 -04:00
parent 77a8fc8b96
commit c3de29212f
12 changed files with 311 additions and 72 deletions

View File

@@ -20,6 +20,9 @@ pytestmark = pytest.mark.skipif(
@pytest.fixture(scope="module", autouse=True)
def setup_prod_env():
"""Ensure a clean environment and run the full installation."""
if not SETUP_SCRIPT_PATH.exists():
pytest.skip(f"Setup script not found at {SETUP_SCRIPT_PATH}")
if PROD_PROJECT_DIR.exists():
shutil.rmtree(PROD_PROJECT_DIR)