auto-sync: 2026-06-08 23:38:59 (catch-all)
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ markers = [
|
|||||||
"integration: integration tests (requires RUN_INTEGRATION=1)",
|
"integration: integration tests (requires RUN_INTEGRATION=1)",
|
||||||
"e2e: end-to-end tests with real daemon + Agent (requires RUN_INTEGRATION=1)",
|
"e2e: end-to-end tests with real daemon + Agent (requires RUN_INTEGRATION=1)",
|
||||||
]
|
]
|
||||||
addopts = "-m not integration and not e2e"
|
# Default deselection of integration/e2e handled in conftest.py pytest_collection_modifyitems
|
||||||
|
|
||||||
[tool.pyright]
|
[tool.pyright]
|
||||||
venvPath = "."
|
venvPath = "."
|
||||||
|
|||||||
@@ -21,10 +21,6 @@ def pytest_configure(config):
|
|||||||
for name, desc in markers.items():
|
for name, desc in markers.items():
|
||||||
config.addinivalue_line("markers", f"{name}: {desc}")
|
config.addinivalue_line("markers", f"{name}: {desc}")
|
||||||
|
|
||||||
# When RUN_INTEGRATION=1, remove default marker filter so integration/e2e tests run
|
|
||||||
if os.environ.get("RUN_INTEGRATION"):
|
|
||||||
config.known_args_namespace.markexpr = ""
|
|
||||||
|
|
||||||
|
|
||||||
@pytest.fixture
|
@pytest.fixture
|
||||||
def isolated_data_root(tmp_path):
|
def isolated_data_root(tmp_path):
|
||||||
|
|||||||
Reference in New Issue
Block a user