Skip to content

Commit

Permalink
tests: fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdanp committed Feb 2, 2020
1 parent 56f250d commit 2e31881
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_composition.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2e31881

Please sign in to comment.