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.py Enrichment test cleaned up
  • souptest_rpc_kv_matrix.py KV matrix test cleaned up
  • souptest_rpc_matrix_comprehensive.py Comprehensive matrix test cleaned up
  • souptest_cross_language_comprehensive.py Cross-language comprehensive test cleaned up
  • debug_notls_test.py Debug no-TLS test cleaned up
  • debug_tls_test.py Debug TLS test cleaned up
  • AGENTS.md Historical document cleaned up
  • CROSS_LANGUAGE_TEST_RESULTS.md Historical 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.py
    • souptest_rpc_kv_matrix.py
    • debug_notls_test.py
    • debug_tls_test.py
  • Cleaned up historical documents in docs/historical/ decouple internal
    4 files
    • AGENTS.md
    • CROSS_LANGUAGE_TEST_RESULTS.md
    • NEXT_STEPS.md
    • STATUS.md

RPC client and server code refined

3 files changed
  • client.py Refined connection logic (29 line changes)
  • server.py Minor server improvements (6 line changes)
  • cli.py Added CLI logging
  • Updated src/tofusoup/rpc/client.py with refined connection logic and added CLI logging to src/tofusoup/rpc/cli.py interface behavioral
    3 files
    • client.py
    • server.py
    • cli.py

Test scripts and configuration updated

5 files changed
  • test_server_cert.py Improved assertions (18 line changes)
  • test_server_cert_with_stderr.py Improved assertions (7 line changes)
  • test_tls_matrix.py Improved assertions (26 line changes)
  • mkdocs.yml MkDocs configuration updated
  • installation.md Installation docs updated
  • Updated TLS test scripts with improved assertions and MkDocs configuration qualify internal
    4 files
    • test_server_cert.py
    • test_server_cert_with_stderr.py
    • test_tls_matrix.py
    • mkdocs.yml