Mercurial > code > home > repos > rdfdb
view stubs/autobahn/websocket/test/test_websocket.pyi @ 64:c1a9403e5d21
stubs
Ignore-this: d755514360cce384effcd7a78b4657ed
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Fri, 31 May 2019 21:39:02 +0000 |
parents | |
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: ...