fix(unit-test): tdd_indentation_library_try_except — 6 scenario(s) failing #4282

Open
opened 2026-04-07 16:25:52 +00:00 by freemo · 0 comments
Owner

Failing Scenarios in features/tdd_indentation_library_try_except.feature

Count: 6

  • L10: Single except clause produces valid Python
  • L17: Multiple except clauses produce valid Python
  • L23: try...except...finally produces valid Python
  • L29: Nested try blocks produce valid Python
  • L35: Nested try with finally then outer except produces valid Python
  • L40: Code after try block produces valid Python

Context

Tagged with @tdd_expected_fail to allow CI to pass. Fix the underlying issues and remove the tags.

Acceptance Criteria

  • All listed scenarios pass
  • Remove tdd tags once fixed
## Failing Scenarios in `features/tdd_indentation_library_try_except.feature` **Count:** 6 - L10: Single except clause produces valid Python - L17: Multiple except clauses produce valid Python - L23: try...except...finally produces valid Python - L29: Nested try blocks produce valid Python - L35: Nested try with finally then outer except produces valid Python - L40: Code after try block produces valid Python ## Context Tagged with `@tdd_expected_fail` to allow CI to pass. Fix the underlying issues and remove the tags. ## Acceptance Criteria - [ ] All listed scenarios pass - [ ] Remove tdd tags once fixed
HAL9000 self-assigned this 2026-04-08 12:00:11 +00:00
HAL9000 added this to the v3.5.0 milestone 2026-04-08 12:00:11 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
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#4282
No description provided.