From 5adf2f3b0cf4f149c71b9088204e88700b29ca0c Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Mon, 20 Jul 2020 19:51:07 -0400 Subject: [PATCH] Add logging to some cancel tests --- tests/test_cancellation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_cancellation.py b/tests/test_cancellation.py index ce74fdc..e121baf 100644 --- a/tests/test_cancellation.py +++ b/tests/test_cancellation.py @@ -197,7 +197,7 @@ async def test_cancel_infinite_streamer(start_method): ], ) @tractor_test -async def test_some_cancels_all(num_actors_and_errs, start_method): +async def test_some_cancels_all(num_actors_and_errs, start_method, loglevel): """Verify a subset of failed subactors causes all others in the nursery to be cancelled just like the strategy in trio.