Private
Public Access
0
0

chore(pyproject): add --basetemp=tests/artifacts/_pytest_tmp addopts

This commit is contained in:
2026-06-19 07:32:15 -04:00
parent 2bd9d1c25a
commit 1329723c20
+1
View File
@@ -43,6 +43,7 @@ dev = [
]
[tool.pytest.ini_options]
addopts = "--basetemp=tests/artifacts/_pytest_tmp"
markers = [
"integration: marks tests as integration tests (requires live GUI)",
"clean_install: clean install verification (opt-in via RUN_CLEAN_INSTALL_TEST=1)",