Documentation and examples review for accuracy
124 files · 4,549+ · 3,106-

Accuracy Review

4 files changed
  • config.py Updated config.py
  • handshake.py Updated handshake.py
  • server.py Updated server.py
  • types.py Updated types.py
  • Reviewed and updated documentation for API accuracy decouple behavioral
    3 files
    • config.py
    • handshake.py
    • server.py
  • Enhanced docs and examples quality specify internal
    3 files
    • config.py
    • handshake.py
    • server.py

Fixture Improvements

10 files changed
  • test_client_grpc.py Updated client test
  • test_client_handshake.py Updated client test
  • test_client_init.py Updated client test
  • test_client_integration.py Updated client test
  • test_client_lifecycle.py Updated client test
  • test_client_retry_logic.py Updated client test
  • test_client_stubs.py Updated client test
  • test_client_transport.py Updated client test
  • test_connection.py Updated client test
  • conftest.py Updated test file
  • Updated fixtures/mocks.py (22 lines) with cleaner mock patterns qualify internal
    5 files
    • mocks.py
    • __init__.py
    • client.py
    • crypto.py
    • dummy.py
  • Updated fixtures/server.py (28 lines) with better server fixtures decouple internal
    5 files
    • server.py
    • __init__.py
    • client.py
    • crypto.py
    • dummy.py
  • Updated fixtures/transport.py (17 lines) and fixtures/client.py, crypto.py, dummy.py decouple internal
    5 files
    • transport.py
    • client.py
    • crypto.py
    • dummy.py
    • __init__.py
  • Updated handshake process I/O tests qualify internal
    1 file
    • test_handshake_process_io.py
  • Updated crypto chain and creation tests qualify internal
    3 files
    • test_client_grpc.py
    • test_client_handshake.py
    • test_client_init.py
  • Updated core factories tests qualify internal
    1 file
    • test_factories.py