Achieve all tests passing with core and processor fixes
8 files · 627+ · 641-

Core and processor fixes

4 files changed
  • core.py Fixed initialization logic for proper test isolation
  • base.py Fixed logger base for consistent behavior
  • custom_processors.py Fixed processor chain for test compatibility
  • config.py Minor config adjustments
  • Fixed core initialization, logger, and processor issues to achieve all tests passing remediate behavioral
    2 files
    • core.py
    • base.py

Test infrastructure rebuild

3 files changed
  • conftest.py Rebuilt fixtures for proper test isolation
  • cut_up_chuck.py Updated test helper
  • test_logging.py Refactored with improved structure
  • Rebuilt test infrastructure with proper isolation, achieving all tests passing qualify internal
    2 files
    • conftest.py
    • test_logging.py