Files
cleveragents-core/features/steps
HAL9000 62c11edb4a
CI / lint (pull_request) Successful in 34s
CI / typecheck (pull_request) Successful in 1m5s
CI / build (pull_request) Successful in 55s
CI / helm (pull_request) Successful in 26s
CI / quality (pull_request) Successful in 1m18s
CI / security (pull_request) Successful in 1m33s
CI / push-validation (pull_request) Successful in 20s
CI / unit_tests (pull_request) Successful in 6m49s
CI / docker (pull_request) Successful in 1m50s
CI / coverage (pull_request) Successful in 12m25s
CI / integration_tests (pull_request) Successful in 28m3s
CI / status-check (pull_request) Successful in 4s
fix(resource): add create_sandbox/project_access stubs and fix ambiguous step
- Add create_sandbox() override to _ContainerBaseHandler raising
  NotImplementedError, matching CloudResourceHandler pattern (issue #836)
- Add project_access() override to _ContainerBaseHandler raising
  NotImplementedError, consistent with all other stub methods
- Rename @then("the import should succeed without errors") step to
  @then("the container handler module import should succeed without errors")
  to resolve AmbiguousStep collision with tdd_a2a_sdk_dependency_steps.py
- Update container_handler.feature to use renamed step
- Apply ruff format to container.py

ISSUES CLOSED: #2907
2026-05-30 13:08:44 -04:00
..