We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f9e18c commit 79a71ebCopy full SHA for 79a71eb
pyproject.toml
@@ -82,7 +82,7 @@ lint-types = [
82
{ cmd = "uv run mypy --namespace-packages --check-untyped-defs ."},
83
]
84
run-bench = "uv run python scripts/run_bench.py"
85
-test = "uv run pytest"
+test = "uv run pytest tests/nexus/test_worker.py"
86
87
88
[tool.pytest.ini_options]
0 commit comments