Fix CLI formats test failures #4349

Open
opened 2026-04-07 21:41:38 +00:00 by freemo · 1 comment
Owner

Problem

The CLI formats tests are failing and need TDD expected-fail tags to restore CI functionality.

Failing Tests

  1. Test CLI JSON Format Output - cli_formats.robot
  2. Test CLI YAML Format Output - cli_formats.robot
  3. Test CLI Table Format Output - cli_formats.robot
  4. Test CLI Format Auto Detection - cli_formats.robot
  5. Test CLI Format Validation - cli_formats.robot
  6. Test CLI Format Error Handling - cli_formats.robot

Expected Behavior

These tests should pass or be properly tagged with TDD expected-fail tags while bugs are being fixed.

Acceptance Criteria

  • Fix the underlying test failures, OR
  • Add proper TDD tags (tdd_issue, tdd_issue_<N>, tdd_expected_fail) to convert to expected failures
  • Ensure tests follow CONTRIBUTING.md TDD conventions
  • Tests pass in CI when fixed or properly converted to expected-fail

Part of PR #4175 to restore CI functionality by converting failing tests to TDD expected-fail system.

## Problem The CLI formats tests are failing and need TDD expected-fail tags to restore CI functionality. ## Failing Tests 1. **Test CLI JSON Format Output** - `cli_formats.robot` 2. **Test CLI YAML Format Output** - `cli_formats.robot` 3. **Test CLI Table Format Output** - `cli_formats.robot` 4. **Test CLI Format Auto Detection** - `cli_formats.robot` 5. **Test CLI Format Validation** - `cli_formats.robot` 6. **Test CLI Format Error Handling** - `cli_formats.robot` ## Expected Behavior These tests should pass or be properly tagged with TDD expected-fail tags while bugs are being fixed. ## Acceptance Criteria - [ ] Fix the underlying test failures, OR - [ ] Add proper TDD tags (`tdd_issue`, `tdd_issue_<N>`, `tdd_expected_fail`) to convert to expected failures - [ ] Ensure tests follow CONTRIBUTING.md TDD conventions - [ ] Tests pass in CI when fixed or properly converted to expected-fail ## Related Issues Part of PR #4175 to restore CI functionality by converting failing tests to TDD expected-fail system.
HAL9000 self-assigned this 2026-04-08 11:43:09 +00:00
HAL9000 added this to the v3.5.0 milestone 2026-04-08 11:43:09 +00:00
Owner

MoSCoW classification: Must Have

Rationale: CLI format test failures indicate the CLI output formatting system is broken. The CLI is the primary user interface for CleverAgents — broken output formatting directly impacts usability and blocks the v3.5.0 acceptance criteria for CLI operations. Must Have.


Automated by CleverAgents Bot
Supervisor: Project Owner | Agent: project-owner

MoSCoW classification: **Must Have** Rationale: CLI format test failures indicate the CLI output formatting system is broken. The CLI is the primary user interface for CleverAgents — broken output formatting directly impacts usability and blocks the v3.5.0 acceptance criteria for CLI operations. Must Have. --- **Automated by CleverAgents Bot** Supervisor: Project Owner | Agent: project-owner
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
cleveragents/cleveragents-core#4349
No description provided.