Private
Public Access
0
0

test(pytest): register clean_install marker for opt-in clone-and-verify test

This commit is contained in:
2026-06-03 00:28:20 -04:00
parent 0309420ba1
commit 573d289941
5 changed files with 63 additions and 0 deletions
+1
View File
@@ -37,6 +37,7 @@ dev = [
[tool.pytest.ini_options]
markers = [
"integration: marks tests as integration tests (requires live GUI)",
"clean_install: clean install verification (opt-in via RUN_CLEAN_INSTALL_TEST=1)",
]
[tool.mypy]