refactor: Improve comment formatting in test_echo_thin_waist.py for clarity

This commit is contained in:
yashksaini-coder
2025-08-20 18:05:20 +05:30
parent 8a2d1f7045
commit c2c91b8c58

View File

@ -11,7 +11,8 @@ from multiaddr.protocols import P_IP4, P_IP6, P_P2P, P_TCP
# pytestmark = pytest.mark.timeout(20) # Temporarily disabled for debugging
# This test is intentionally lightweight and can be marked as 'integration'.
# It ensures the echo example runs and prints the new Thin Waist lines using Trio primitives.
# It ensures the echo example runs and prints the new Thin Waist lines using
# Trio primitives.
current_file = Path(__file__)
project_root = current_file.parent.parent.parent