diff options
| author | Gabriel Falcão <gabriel@nacaolivre.org> | 2021-05-14 01:11:43 +0200 |
|---|---|---|
| committer | Gabriel Falcão <gabriel@nacaolivre.org> | 2021-05-14 01:13:21 +0200 |
| commit | 2f9a12b6bf305fb7704d2664d606fc45b6754d79 (patch) | |
| tree | 474a2f859374f9427f39b834ae18ac201c22c10c /tests/functional/test_debug.py | |
| parent | 519e6d332448c8f97f341944956fe50d5630c2a1 (diff) | |
| download | httpretty-fix/414/httpx.tar.gz | |
implement support to httpx libraryfix/414/httpx
closes #414
Diffstat (limited to 'tests/functional/test_debug.py')
| -rw-r--r-- | tests/functional/test_debug.py | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/functional/test_debug.py b/tests/functional/test_debug.py index 86de965..ff00840 100644 --- a/tests/functional/test_debug.py +++ b/tests/functional/test_debug.py @@ -58,16 +58,6 @@ def test_httpretty_debugs_socket_sendto(context): ) -@httprettified -@scenario(create_socket) -def test_httpretty_debugs_socket_recv(context): - "HTTPretty should forward_and_trace socket.recv" - - expect(context.sock.recv).when.called.to.throw( - "not connected" - ) - - @skip('not currently supported') @httprettified @scenario(create_socket) |
