tofusoup 2025-10-28
Massive cleanup removing generated site directory and standardizing test naming
262 files · 2,245+ · 87,363-

Generated site directory removed

1 file changed
  • .gitignore Updated to exclude site/ directory
  • Removed the entire site/ directory (generated MkDocs output) that had been accidentally committed, accounting for the bulk of the deletions decouple behavioral
    1 file
    • .gitignore

Conformance test files renamed to souptest convention

11 files changed
  • souptest_automtls.py Renamed from test/property_test prefix to souptest
  • souptest_concurrent.py Renamed from property_test prefix
  • souptest_cross_language.py Renamed cross-language test
  • souptest_failure_modes.py Renamed from property_test prefix
  • souptest_malformed.py Renamed from property_test prefix
  • souptest_python_to_python.py Renamed Python-to-Python test
  • souptest_resources.py Renamed from property_test prefix
  • souptest_rpc_stress.py Renamed from property_test prefix
  • souptest_tls.py Renamed from property_test prefix
  • souptest_polyglot.py Renamed from property_test prefix
  • souptest_wire_fuzzing.py Renamed from property_test prefix
  • Renamed conformance RPC test files from test_ and property_test_ prefixes to the souptest_ convention qualify internal
    6 files
    • souptest_automtls.py
    • souptest_concurrent.py
    • souptest_cross_language.py
    • souptest_failure_modes.py
    • souptest_malformed.py
    • souptest_polyglot.py

File headers and footers stripped from all source files

2 files changed
  • cli.py Headers/footers removed
  • server.py Headers/footers removed
  • Removed file headers and footers from all Python source files across conformance/, src/tofusoup/, and tests/ decouple internal
    3 files
    • cli.py
    • server.py
    • client.py

Obsolete files removed

2 files changed
  • cleanup_package.sh Cleanup script updated
  • pyproject.toml Build config updated
  • Updated pyproject.toml and cleanup_package.sh baseline internal
    2 files
    • pyproject.toml
    • cleanup_package.sh