.gitignore
DEV_README.rst
GITHUB_README_TEMPLATE.rst
LICENSE
MANIFEST.in
Makefile
README.rst
conftest.py
dev_dependencies.txt
old_dev_dependencies.txt
pyproject.toml
setup.py
tox.ini
.github/README.rst
.github/workflows/build.yml
.github/workflows/publish.yml
build_scripts/init_venv
build_scripts/run_tests.sh
docs/Makefile
docs/conf.py
docs/index.rst
examples/test_connection_reset_error.py
examples/test_delayed_join.py
examples/test_early_error_doesnt_hang_test.py
examples/test_expect_bytes_connection_closed.py
examples/test_expect_bytes_success.py
examples/test_expect_bytes_times_out.py
examples/test_expect_bytes_wrong_bytes_sent.py
examples/test_expect_connect_is_absent.py
examples/test_expect_connect_minimal.py
examples/test_expect_connect_passes_1.py
examples/test_expect_connect_passes_2.py
examples/test_expect_connect_times_out.py
examples/test_expect_disconnect_close_not_called.py
examples/test_expect_disconnect_no_connection.py
examples/test_expect_disconnect_receives_unexpected_bytes.py
examples/test_expect_disconnect_wait_closed_not_called.py
examples/test_expect_frame_success.py
examples/test_expect_frame_times_out.py
examples/test_expect_frame_wrong_bytes_sent.py
examples/test_hello.py
examples/test_ordering_error.py
examples/test_readexactly.py
examples/test_readexactly_incomplete.py
examples/test_readline.py
examples/test_readuntil.py
examples/test_second_connection_causes_failure.py
examples/test_send_bytes.py
examples/test_send_frame_success.py
examples/test_sent_data_not_read.py
examples/test_sent_frame_not_read.py
examples/test_server_disconnect.py
examples/test_tcpserver_factory_second_connection_causes_failure.py
examples/test_tcpserver_factory_success.py
examples/test_tcpserver_factory_two_servers_fail.py
examples/test_tcpserver_factory_two_servers_one_fails.py
old_examples/test_example_3.py
old_examples/test_expect_connect.py
src/pytest_tcpclient/__init__.py
src/pytest_tcpclient/framing.py
src/pytest_tcpclient/plugin.py
src/pytest_tcpclient.egg-info/PKG-INFO
src/pytest_tcpclient.egg-info/SOURCES.txt
src/pytest_tcpclient.egg-info/dependency_links.txt
src/pytest_tcpclient.egg-info/entry_points.txt
src/pytest_tcpclient.egg-info/requires.txt
src/pytest_tcpclient.egg-info/top_level.txt
tests/__init__.py
tests/pytest_tcpclient/__init__.py
tests/pytest_tcpclient/test_framing.py
tests/pytest_tcpclient/test_plugin.py