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.pySignificantly expanded with new test scenarios for complex event patterns (191 lines of changes)test_event_buffer_grouping.pySimplified by removing redundant teststest_event_buffer_core.pyMinor 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.pyUpdated CLI integration test assertionstest_atomic_file_operations.pyExpanded atomic file operation test coveragetest_tui_simple_workflows.pyAdded missing markerstest_tui_workflows.pyAdded missing markerstest_action_handler.pyUpdated assertions for refactored staging return typetest_bottom_row_selection_bug.pyAdded missing markerstest_event_feed_table.pyAdded missing markerstest_tui.pyAdded missing markerstest_tui_pilot.pyAdded missing markerstest_tui_snapshots.pyAdded missing markerstest_executor.pyUpdated tests for new staging tuple return typetest_llm_utils.pyMinor test adjustmentstest_steps.pyUpdated 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.pytest_steps.pytest_llm_utils.py
- Added missing markers and imports to TUI-related test files
qualify
internal
5 files
test_tui_simple_workflows.pytest_tui_workflows.pytest_tui.pytest_tui_pilot.pytest_tui_snapshots.py
Event buffer minor improvement
1 file changed
buffer.pyMinor improvements to event handling logic
- Minor improvements to event buffer handling logic
margin
behavioral
1 file
buffer.py