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 1a68b58 commit 7b741c7Copy full SHA for 7b741c7
pyproject.toml
@@ -87,7 +87,7 @@ bridge-lint = { cmd = "cargo clippy -- -D warnings", cwd = "temporalio/bridge" }
87
lint-docs = "pydocstyle --ignore-decorators=overload"
88
lint-types = "mypy --namespace-packages --check-untyped-defs ."
89
run-bench = "python scripts/run_bench.py"
90
-test = "pytest"
+test = "pytest tests/worker/test_workflow.py::test_unfinished_handler_on_workflow_termination"
91
92
# Install local, run single pytest with env var, uninstall local
93
[tool.poe.tasks.test-dist-single]
0 commit comments