tofusoup
2025-11-05
Standalone test scripts cleaned up with RPC code refinements
39 files · 765+ · 8,043-
Standalone test scripts and historical documents cleaned up
8 files changed
souptest_enrichment_on_get.pyEnrichment test cleaned upsouptest_rpc_kv_matrix.pyKV matrix test cleaned upsouptest_rpc_matrix_comprehensive.pyComprehensive matrix test cleaned upsouptest_cross_language_comprehensive.pyCross-language comprehensive test cleaned updebug_notls_test.pyDebug no-TLS test cleaned updebug_tls_test.pyDebug TLS test cleaned upAGENTS.mdHistorical document cleaned upCROSS_LANGUAGE_TEST_RESULTS.mdHistorical results cleaned up
- Removed or consolidated numerous standalone test scripts and conformance tests that were created during RPC development
decouple
internal
4 files
souptest_enrichment_on_get.pysouptest_rpc_kv_matrix.pydebug_notls_test.pydebug_tls_test.py
- Cleaned up historical documents in
docs/historical/decouple internal4 files
AGENTS.mdCROSS_LANGUAGE_TEST_RESULTS.mdNEXT_STEPS.mdSTATUS.md
RPC client and server code refined
3 files changed
client.pyRefined connection logic (29 line changes)server.pyMinor server improvements (6 line changes)cli.pyAdded CLI logging
- Updated
src/tofusoup/rpc/client.pywith refined connection logic and added CLI logging tosrc/tofusoup/rpc/cli.pyinterface behavioral3 files
client.pyserver.pycli.py
Test scripts and configuration updated
5 files changed
test_server_cert.pyImproved assertions (18 line changes)test_server_cert_with_stderr.pyImproved assertions (7 line changes)test_tls_matrix.pyImproved assertions (26 line changes)mkdocs.ymlMkDocs configuration updatedinstallation.mdInstallation docs updated