mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
docs: add some documentation for QUIC transport
This commit is contained in:
6
tests/examples/test_quic_echo_example.py
Normal file
6
tests/examples/test_quic_echo_example.py
Normal file
@ -0,0 +1,6 @@
|
||||
def test_echo_quic_example():
|
||||
"""Test that the QUIC echo example can be imported and has required functions."""
|
||||
from examples.echo import echo_quic
|
||||
|
||||
assert hasattr(echo_quic, "main")
|
||||
assert hasattr(echo_quic, "run")
|
||||
Reference in New Issue
Block a user