tofusoup 2025-08-29
Removed package submodule and its tests
9 files · 5+ · 411-

Package module removal

7 files changed
  • __init__.py Deleted package module initialization (33 lines)
  • cli.py Deleted CLI commands for package operations (96 lines)
  • exceptions.py Deleted package-specific exceptions (27 lines)
  • logic.py Deleted package logic (5 lines)
  • models.py Deleted package data models (5 lines)
  • test_soup_package_integration.py Deleted package integration tests (239 lines)
  • __init__.py Deleted test package init (4 lines)
  • Deleted the entire src/tofusoup/package/ directory (5 modules, 166 lines) and its test suite (243 lines), removing provider package management functionality from tofusoup baseline behavioral
    7 files
    • __init__.py
    • cli.py
    • exceptions.py
    • logic.py
    • models.py
    • test_soup_package_integration.py
    • __init__.py

CLI and test updates

2 files changed
  • cli.py Removed package subcommand registration
  • test_tdd_cli_garnish.py Added 3-line test placeholder
  • Updated src/tofusoup/cli.py to remove the package subcommand registration decouple behavioral
    1 file
    • cli.py
  • Added a 3-line placeholder in tests/garnish/test_tdd_cli_garnish.py qualify internal
    1 file
    • test_tdd_cli_garnish.py