Files
cleveragents-core/tests/features/langgraph_bridge_direct_coverage.feature
T

13 lines
559 B
Gherkin

Feature: LangGraph Bridge Direct Coverage Tests
As a developer
I want to ensure all bridge.py code paths are tested
So that we achieve 90%+ coverage for the bridge.py file
Background:
Given I have a clean test environment for direct bridge testing
Scenario: Execute all bridge methods directly for comprehensive coverage
Given I have a bridge instance for direct testing
When I execute all bridge methods with comprehensive test data
Then all bridge code paths should be covered
And coverage should exceed 90% for bridge.py