pyvider-rpcplugin
2025-06-27
Updated file paths, imports, and example script references across d...
118 files · 2,709+ · 5,258-
Path Updates
5 files changed
config.pyUpdated config.py__init__.pyUpdated crypto/__init__.pydebug.pyUpdated crypto/debug.pyhandshake.pyUpdated handshake.pytypes.pyUpdated types.py
- Updated all chapter-based examples with corrected imports and file references
remediate
internal
5 files
ch02_getting_started.mdch03_basic_server_setup.mdch04_understanding_transports.mdch05_implementing_a_service.mdch06_basic_client_setup.md
- Updated
run_all_examples.pywith new chapter-based filenames instantiate internal5 files
run_all_examples.pych02_getting_started.mdch03_basic_server_setup.mdch04_understanding_transports.mdch05_implementing_a_service.md
- Updated
ch12_production_config_discussion.py(36 lines) with expanded content decouple internal1 file
ch12_production_config_discussion.py
Config and Type Fixes
5 files changed
config.pyUpdated config.py__init__.pyUpdated crypto/__init__.pydebug.pyUpdated crypto/debug.pyhandshake.pyUpdated handshake.pytypes.pyUpdated types.py
- Updated
config.py(8 lines) with configuration fixes remediate internal2 files
config.pytest_config.py
- Added
crypto/__init__.pyexport decouple internal1 file
__init__.py
- Updated
handshake.py(3 lines) with minor fix remediate internal1 file
handshake.py
- Refactored
types.py(52 lines) with type improvements decouple internal2 files
types.pytest_types.py
Coverage Improvements
10 files changed
test_client_init.pyUpdated client testtest_client_lifecycle.pyUpdated client testtest_client_retry_logic.pyUpdated client testtest_client_transport.pyUpdated client testtest_config.pyUpdated core testtest_types.pyUpdated core testtest_certificate_credentials.pyUpdated crypto test__init__.pyUpdated fixtures testdummy.pyUpdated fixtures test__init__.pyUpdated fixtures test