Testkit migration, hub initialization refactor, and expanded test coverage
181 files · 5,373+ · 3,638-

Testkit migration

1 file changed
  • TESTKIT_MIGRATION_STATUS.md Testkit migration tracking document
  • Began tracking testkit migration progress with dedicated status document decouple internal
    1 file
    • TESTKIT_MIGRATION_STATUS.md

Hub and process refactoring

5 files changed
  • commands.py Hub command registration
  • initialization.py Hub initialization refactor
  • manager.py Hub manager updates
  • lifecycle.py Process lifecycle management
  • console.py Console stream handling
  • Refactored hub initialization and command registration, added process lifecycle module decouple architectural
    1 file
    • initialization.py

CLI and logger tests

3 files changed
  • test_generate_coverage.py Log generate command coverage tests
  • test_query_simplified.py Log query simplified tests
  • test_send_comprehensive.py Log send comprehensive tests
  • Expanded CLI log command test coverage across generate, query, and send qualify internal
    1 file
    • test_generate_coverage.py