From 2e31881cf170705e1df4269ce16518960c5f8c9b Mon Sep 17 00:00:00 2001 From: Bogdan Popa Date: Tue, 14 Jan 2020 10:12:41 +0200 Subject: [PATCH] tests: fix linting errors --- tests/test_composition.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_composition.py b/tests/test_composition.py index 9233bf49..2fed053d 100644 --- a/tests/test_composition.py +++ b/tests/test_composition.py @@ -297,6 +297,7 @@ def should_never_run(): # Then the second message in the pipe should never have run assert not has_run + def test_pipeline_respects_own_delay(stub_broker, stub_worker, result_backend): # Given a result backend # And a broker with the results middleware @@ -381,6 +382,7 @@ def add(x, y): for _ in pipe.get_results(block=True, timeout=300): pass + def test_groups_can_have_completion_callbacks(stub_broker, stub_worker, rate_limiter_backend): # Given that I have a rate limiter backend # And I've added the GroupCallbacks middleware to my broker