[PR #382] [MERGED] docs(oss): add langchain/production test docs #690

Closed
opened 2026-02-17 17:20:55 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/382
Author: @casparb
Created: 9/4/2025
Status: Merged
Merged: 9/11/2025
Merged by: @lnhsingh

Base: mainHead: caspar/prod-test


📝 Commits (8)

  • 2c67752 docs(oss): add langchain/production test docs
  • 329d2e4 docs(oss): clean up examples, fix wording
  • 76805b1 docs(oss): add agentevals repo link
  • 951a3ad docs(oss): draw out caching examples
  • a761b88 docs(oss): improve wording, rework information architecture
  • cfaa642 docs(oss): cut down unit testing section
  • 7ed7832 docs(oss): spelling fix
  • 8b0fbd5 Merge branch 'main' into caspar/prod-test

📊 Changes

1 file changed (+944 additions, -1 deletions)

View changed files

📝 src/oss/langchain/test.mdx (+944 -1)

📄 Description

Add docs on testing create_agent(), covering:

  • Unit testing
    • Basic mock model
    • Testing stateful logic that doesn't necessitate a network call
  • Intergration testing with AgentEvals
    • Agent trajectory matching
    • LLM-as-a-judge
  • Integration with LangSmith pytest/vitest/jest
  • Caching with vcrpy

Mintlify preview: https://langchain-5e9cc07a-preview-caspar-1757110535-f468cec.mintlify.app/oss/python/langchain-test


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/382 **Author:** [@casparb](https://github.com/casparb) **Created:** 9/4/2025 **Status:** ✅ Merged **Merged:** 9/11/2025 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `caspar/prod-test` --- ### 📝 Commits (8) - [`2c67752`](https://github.com/langchain-ai/docs/commit/2c677521dedf966f26f9515748fe0761eb50760c) docs(oss): add langchain/production test docs - [`329d2e4`](https://github.com/langchain-ai/docs/commit/329d2e42c220f530ed20ad77a0f4eeec3037e63a) docs(oss): clean up examples, fix wording - [`76805b1`](https://github.com/langchain-ai/docs/commit/76805b1dcf0306d8105c5eed18686684ebc5a967) docs(oss): add agentevals repo link - [`951a3ad`](https://github.com/langchain-ai/docs/commit/951a3adc857d6eb164bf171d39565c00bff1cd81) docs(oss): draw out caching examples - [`a761b88`](https://github.com/langchain-ai/docs/commit/a761b887c4d0998c8f0e11490b32f8ec6e8bd9c8) docs(oss): improve wording, rework information architecture - [`cfaa642`](https://github.com/langchain-ai/docs/commit/cfaa6429ffd4af7bd96cfa69005345736550b302) docs(oss): cut down unit testing section - [`7ed7832`](https://github.com/langchain-ai/docs/commit/7ed7832ce30dbbb749f4dd16c0fe9cdbd97323c4) docs(oss): spelling fix - [`8b0fbd5`](https://github.com/langchain-ai/docs/commit/8b0fbd597218d45a8ac9778f03f851ace70dee6a) Merge branch 'main' into caspar/prod-test ### 📊 Changes **1 file changed** (+944 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/langchain/test.mdx` (+944 -1) </details> ### 📄 Description Add docs on testing `create_agent()`, covering: * Unit testing * Basic mock model * Testing stateful logic that doesn't necessitate a network call * Intergration testing with [AgentEvals](https://github.com/langchain-ai/agentevals) * Agent trajectory matching * LLM-as-a-judge * Integration with LangSmith pytest/vitest/jest * Caching with `vcrpy` Mintlify preview: https://langchain-5e9cc07a-preview-caspar-1757110535-f468cec.mintlify.app/oss/python/langchain-test --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:20:55 -05:00
yindo closed this issue 2026-02-17 17:20:55 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#690