Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jfhbrook committed Nov 16, 2024
1 parent 4f7ceee commit 429610b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_twisted.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
class PyeeTestError(Exception):
pass


def test_emit() -> None:
"""Test that TwistedEventEmitter can handle wrapping
coroutines
Expand Down Expand Up @@ -66,6 +67,7 @@ def handle_error(e):

should_call.assert_called_once()


def test_propagates_failure():
"""Test that TwistedEventEmitters can propagate failures
from twisted Deferreds
Expand Down

0 comments on commit 429610b

Please sign in to comment.