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 3fe7e42 commit ce32be2Copy full SHA for ce32be2
pyproject.toml
@@ -83,7 +83,7 @@ lint-types = [
83
{ cmd = "uv run mypy --namespace-packages --check-untyped-defs ."},
84
]
85
run-bench = "uv run python scripts/run_bench.py"
86
-test = "uv run pytest"
+test = "uv run pytest tests/worker/test_workflow.py::test_workflow_return_is_honored_when_it_precedes_signal_completion_command"
87
88
89
[tool.pytest.ini_options]
0 commit comments