Private
Public Access
0
0

test(pytest): add docker marker

This commit is contained in:
2026-06-03 08:24:35 -04:00
parent 36a6874e03
commit fa8f473716
+1
View File
@@ -38,6 +38,7 @@ dev = [
markers = [
"integration: marks tests as integration tests (requires live GUI)",
"clean_install: clean install verification (opt-in via RUN_CLEAN_INSTALL_TEST=1)",
"docker: docker build and run test (opt-in via RUN_DOCKER_TEST=1)",
]
[tool.mypy]