supsrc 2025-10-02
Expanded event buffer pattern tests and general test maintenance
17 files · 288+ · 132-

Event buffer pattern tests

3 files changed
  • test_event_buffer_patterns.py Significantly expanded with new test scenarios for complex event patterns (191 lines of changes)
  • test_event_buffer_grouping.py Simplified by removing redundant tests
  • test_event_buffer_core.py Minor assertion adjustments
  • Significantly expanded test_event_buffer_patterns.py with new test scenarios for complex event patterns qualify behavioral
    1 file
    • test_event_buffer_patterns.py
  • Simplified test_event_buffer_grouping.py by removing redundant tests qualify internal
    1 file
    • test_event_buffer_grouping.py

General test maintenance

13 files changed
  • test_cli_integration.py Updated CLI integration test assertions
  • test_atomic_file_operations.py Expanded atomic file operation test coverage
  • test_tui_simple_workflows.py Added missing markers
  • test_tui_workflows.py Added missing markers
  • test_action_handler.py Updated assertions for refactored staging return type
  • test_bottom_row_selection_bug.py Added missing markers
  • test_event_feed_table.py Added missing markers
  • test_tui.py Added missing markers
  • test_tui_pilot.py Added missing markers
  • test_tui_snapshots.py Added missing markers
  • test_executor.py Updated tests for new staging tuple return type
  • test_llm_utils.py Minor test adjustments
  • test_steps.py Updated tests for new staging tuple return type
  • Updated workflow tests to match the new staging tuple return type from Sep 23 refactor qualify internal
    3 files
    • test_executor.py
    • test_steps.py
    • test_llm_utils.py
  • Added missing markers and imports to TUI-related test files qualify internal
    5 files
    • test_tui_simple_workflows.py
    • test_tui_workflows.py
    • test_tui.py
    • test_tui_pilot.py
    • test_tui_snapshots.py

Event buffer minor improvement

1 file changed
  • buffer.py Minor improvements to event handling logic
  • Minor improvements to event buffer handling logic margin behavioral
    1 file
    • buffer.py