pytest.mark.skipif(
not os.getenv("RUN_INTEGRATION_TESTS"),
reason="Integration tests require running MCP server",
)
| 1 | """ |
| 2 | Integration tests for YAML workflows |
| 3 | |
| 4 | Tests complete end-to-end workflows including: |
nothing calls this directly
no outgoing calls
no test coverage detected