Mercurial > code > home > repos > light9
view stubs/autobahn/websocket/test/test_websocket.pyi @ 1902:101bcb57b80f
reformat
Ignore-this: e98fc2e5ff39e554b79ddc3bc7edcefa
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Sat, 01 Jun 2019 01:13:54 +0000 |
parents | 84b5aab10e47 |
children |
line wrap: on
line source
# Stubs for autobahn.websocket.test.test_websocket (Python 3) # # NOTE: This dynamically typed stub was automatically generated by stubgen. from twisted.trial import unittest from typing import Any def create_client_frame(b64patch: Any, **kwargs: Any): ... mock_handshake_client: bytes mock_handshake_server: bytes class TestDeflate(unittest.TestCase): def test_max_size(self) -> None: ... def test_no_max_size(self) -> None: ... class TestClient(unittest.TestCase): factory: Any = ... proto: Any = ... transport: Any = ... def setUp(self) -> None: ... def tearDown(self) -> None: ... def test_missing_reason_raw(self) -> None: ... def test_unclean_timeout_client(self) -> None: ... class TestPing(unittest.TestCase): factory: Any = ... proto: Any = ... transport: Any = ... def setUp(self) -> None: ... def tearDown(self) -> None: ... def test_unclean_timeout(self) -> None: ... def test_auto_pingpong_timeout(self) -> None: ... def test_auto_ping_got_pong(self) -> None: ...