Skip to content

Commit

Permalink
wtf
Browse files Browse the repository at this point in the history
  • Loading branch information
njsmith committed Oct 30, 2021
1 parent 5b3ad38 commit 505afd2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_ssl.py
Original file line number Diff line number Diff line change
Expand Up @@ -4226,7 +4226,8 @@ def client_callback(*args): # pragma: nocover


class TestDTLS(object):
def test_it_works_at_all(self):
def test_it_works_at_all(self, capsys):
capsys.disabled().__enter__()
print("scenjaf_migzerk_aefhaec") # DEBUG
s_ctx = Context(DTLS_METHOD)

Expand Down

0 comments on commit 505afd2

Please sign in to comment.