Files
cleveragents-core/features
HAL9000 c84507cf2e
CI / push-validation (pull_request) Successful in 30s
CI / helm (pull_request) Successful in 39s
CI / build (pull_request) Successful in 45s
CI / lint (pull_request) Successful in 59s
CI / quality (pull_request) Successful in 59s
CI / typecheck (pull_request) Successful in 1m48s
CI / security (pull_request) Successful in 1m48s
CI / integration_tests (pull_request) Successful in 4m10s
CI / unit_tests (pull_request) Successful in 6m51s
CI / docker (pull_request) Successful in 2m13s
CI / coverage (pull_request) Successful in 12m48s
CI / status-check (pull_request) Successful in 3s
fix(tests): fix BDD step setup for issue #4741 @token extraction tests
- Replace __import__() with importlib.import_module() so step code
  correctly accesses cleveragents.tui.app (not the top-level package)
- Fix context.add_cleanup(_restore_modules) → lambda so context arg
  is passed when Behave invokes the cleanup
- Remove redundant double-quotes from Examples table values; the step
  definition's own quotes already delimit the parameter, causing the
  regex to capture a trailing quote and the assertion to fail
- Apply ruff format to bring file in line with project style

ISSUES CLOSED: #4741
2026-05-28 19:26:30 -04:00
..