feat(testing): stabilize simulation suite and fix gemini caching

This commit is contained in:
2026-02-25 01:44:46 -05:00
parent fb80ce8c5a
commit c952d2f67b
23 changed files with 784 additions and 596 deletions

View File

@@ -16,3 +16,8 @@ dependencies = [
dev = [
"pytest>=9.0.2",
]
[tool.pytest.ini_options]
markers = [
"integration: marks tests as integration tests (requires live GUI)",
]