pyvider-rpcplugin
2025-07-01
Aligned examples and documentation, updated config and types module...
124 files · 4,549+ · 3,106-
Alignment
4 files changed
config.pyUpdated config.pyhandshake.pyUpdated handshake.pyserver.pyUpdated server.pytypes.pyUpdated types.py
- Updated all chapter-based examples and documentation for consistency
decouple
internal
5 files
ch02_getting_started.mdch03_basic_server_setup.mdch04_understanding_transports.mdch05_implementing_a_service.mdch06_basic_client_setup.md
- Preliminary review corrections across docs
specify
internal
3 files
config.pyhandshake.pyserver.py
Config and Types
4 files changed
config.pyUpdated config.pyhandshake.pyUpdated handshake.pyserver.pyUpdated server.pytypes.pyUpdated types.py
- Updated
config.py(45 lines) with configuration refinements baseline internal2 files
config.pytest_config.py
- Refactored
types.py(59 lines) with type improvements decouple internal2 files
types.pytest_types.py
- Updated
handshake.py(10 lines) andserver.py(4 lines) decouple internal5 files
handshake.pytest_client_handshake.pytest_server_handshake.pych02_dummy_server.pych05_echo_server.py
Crypto Test Improvements
10 files changed
test_client_grpc.pyUpdated client testtest_client_handshake.pyUpdated client testtest_client_init.pyUpdated client testtest_client_integration.pyUpdated client testtest_client_lifecycle.pyUpdated client testtest_client_retry_logic.pyUpdated client testtest_client_stubs.pyUpdated client testtest_client_transport.pyUpdated client testtest_connection.pyUpdated client testconftest.pyUpdated test file
- Expanded
test_certificate_chains.py(129 lines) with more chain validation tests qualify internal1 file
test_certificate_chains.py
- Updated
test_certificate_create.py(44 lines) with improved creation tests qualify internal1 file
test_certificate_create.py
- Updated other crypto, client, and core tests
qualify
internal
3 files
test_client_grpc.pytest_client_handshake.pytest_client_init.py