tofusoup
2025-08-29
Removed package submodule and its tests
9 files · 5+ · 411-
Package module removal
7 files changed
__init__.pyDeleted package module initialization (33 lines)cli.pyDeleted CLI commands for package operations (96 lines)exceptions.pyDeleted package-specific exceptions (27 lines)logic.pyDeleted package logic (5 lines)models.pyDeleted package data models (5 lines)test_soup_package_integration.pyDeleted package integration tests (239 lines)__init__.pyDeleted 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__.pycli.pyexceptions.pylogic.pymodels.pytest_soup_package_integration.py__init__.py
CLI and test updates
2 files changed
cli.pyRemoved package subcommand registrationtest_tdd_cli_garnish.pyAdded 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