Major expansion of flavor test suite with comprehensive new test coverage
916 files · 28,416+ · 104,452-

New test suites

8 files changed
  • test_ingredients_command.py Comprehensive tests for ingredients CLI command (759 lines)
  • test_utils_command.py Tests for utility CLI commands (414 lines)
  • test_environment_runtime_ops.py Tests for runtime environment operations (479 lines)
  • test_handlers_archive.py Tests for archive operation handlers (299 lines)
  • test_handlers_errors.py Tests for error handling in format handlers (158 lines)
  • test_handlers_operations.py Tests for operation handlers (381 lines)
  • test_platform_environment.py Expanded platform environment tests (189 lines added)
  • test_binary_loader.py Comprehensive binary loading tests (760 lines)
  • Added comprehensive CLI test suites for ingredients and utility commands qualify behavioral
    2 files
    • test_ingredients_command.py
    • test_utils_command.py
  • Added PSP format 2025 test suites covering environment ops, archive handlers, error handling, and operations qualify internal
    4 files
    • test_environment_runtime_ops.py
    • test_handlers_archive.py
    • test_handlers_errors.py
    • test_handlers_operations.py
  • Expanded platform environment tests and added binary loader test suite qualify internal
    2 files
    • test_platform_environment.py
    • test_binary_loader.py

Minor updates

4 files changed
  • pyproject.toml Updated dependencies
  • protocols.py Updated protocol definitions
  • REFACTORING_PLAN.md Added refactoring plan
  • REFACTORING_REPORT.md Updated refactoring report
  • Updated pyproject.toml dependencies and protocol definitions baseline internal
    2 files
    • pyproject.toml
    • protocols.py
  • Added refactoring plan documentation specify internal
    2 files
    • REFACTORING_PLAN.md
    • REFACTORING_REPORT.md