Updated file paths, imports, and example script references across d...
118 files · 2,709+ · 5,258-

Path Updates

5 files changed
  • config.py Updated config.py
  • __init__.py Updated crypto/__init__.py
  • debug.py Updated crypto/debug.py
  • handshake.py Updated handshake.py
  • types.py Updated types.py
  • Updated all chapter-based examples with corrected imports and file references remediate internal
    5 files
    • ch02_getting_started.md
    • ch03_basic_server_setup.md
    • ch04_understanding_transports.md
    • ch05_implementing_a_service.md
    • ch06_basic_client_setup.md
  • Updated run_all_examples.py with new chapter-based filenames instantiate internal
    5 files
    • run_all_examples.py
    • ch02_getting_started.md
    • ch03_basic_server_setup.md
    • ch04_understanding_transports.md
    • ch05_implementing_a_service.md
  • Updated ch12_production_config_discussion.py (36 lines) with expanded content decouple internal
    1 file
    • ch12_production_config_discussion.py

Config and Type Fixes

5 files changed
  • config.py Updated config.py
  • __init__.py Updated crypto/__init__.py
  • debug.py Updated crypto/debug.py
  • handshake.py Updated handshake.py
  • types.py Updated types.py
  • Updated config.py (8 lines) with configuration fixes remediate internal
    2 files
    • config.py
    • test_config.py
  • Added crypto/__init__.py export decouple internal
    1 file
    • __init__.py
  • Updated handshake.py (3 lines) with minor fix remediate internal
    1 file
    • handshake.py
  • Refactored types.py (52 lines) with type improvements decouple internal
    2 files
    • types.py
    • test_types.py

Coverage Improvements

10 files changed
  • test_client_init.py Updated client test
  • test_client_lifecycle.py Updated client test
  • test_client_retry_logic.py Updated client test
  • test_client_transport.py Updated client test
  • test_config.py Updated core test
  • test_types.py Updated core test
  • test_certificate_credentials.py Updated crypto test
  • __init__.py Updated fixtures test
  • dummy.py Updated fixtures test
  • __init__.py Updated fixtures test
  • Added test_client_init.py (38 lines) with client initialization tests qualify internal
    1 file
    • test_client_init.py
  • Updated various test files to address warnings and improve coverage qualify internal
    3 files
    • test_client_init.py
    • test_client_lifecycle.py
    • test_client_retry_logic.py