testing

Installation
SKILL.md

Every chain and agent test is gated by #[ignore]:

#[tokio::test]
#[ignore]  // requires live OPENAI_API_KEY
async fn test_invoke_chain() { ... }

There is zero automated test coverage for chain or agent behavior.

Installs
1
First Seen
Jun 19, 2026
testing — 89jobrien/langchainx