tribuchet: building on eliza treefmt v2.5.0traversed 64 files emitted 54 files for processing formatted 54 files (1 changed) in 263ms M tests-functional/test_eval.py diff --git a/tests-functional/test_eval.py b/tests-functional/test_eval.py index 336a279..20962f6 100644 --- a/tests-functional/test_eval.py +++ b/tests-functional/test_eval.py @@ -145,6 +145,8 @@ def test_closed_stdout_aborts() -> None: _, stderr = proc.communicate(timeout=60) assert proc.returncode != 0 assert "stdout" in stderr + + def test_worker_exits_cleanly_when_collector_disappears() -> None: with TemporaryDirectory() as tempdir: cfg = Path(tempdir) / "cfg"