[PR #631] [MERGED] tutorial for testing framework #664

Closed
opened 2026-02-21 17:18:37 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langsmith-docs/pull/631
Author: @isahers1
Created: 1/17/2025
Status: Merged
Merged: 1/21/2025
Merged by: @baskaryan

Base: mainHead: isaac/testtutorial


📝 Commits (10+)

  • fa842cb draft
  • dfb66d4 progress
  • 70f535e jacob comments
  • 4aa46a4 Update docs/evaluation/tutorials/eval_testing_tutorial.mdx
  • 410ffe6 Update docs/evaluation/tutorials/eval_testing_tutorial.mdx
  • 979e0c3 Update docs/evaluation/tutorials/eval_testing_tutorial.mdx
  • 05b245a Update docs/evaluation/tutorials/eval_testing_tutorial.mdx
  • 6dbe1a9 Update docs/evaluation/tutorials/eval_testing_tutorial.mdx
  • 18684d5 Update docs/evaluation/tutorials/eval_testing_tutorial.mdx
  • ced1f8c Apply suggestions from code review

📊 Changes

15 files changed (+2398 additions, -349 deletions)

View changed files

📝 docs/evaluation/concepts/index.mdx (+48 -14)
📝 docs/evaluation/how_to_guides/index.md (+4 -3)
docs/evaluation/how_to_guides/pytest.mdx (+378 -0)
docs/evaluation/how_to_guides/static/jest_vitest_reporter_output.png (+0 -0)
docs/evaluation/how_to_guides/static/rich-pytest-outputs.png (+0 -0)
docs/evaluation/how_to_guides/static/simple-pytest-dataset.png (+0 -0)
docs/evaluation/how_to_guides/static/simple-pytest.png (+0 -0)
docs/evaluation/how_to_guides/static/simple-vitest.png (+0 -0)
docs/evaluation/how_to_guides/static/unit-test-suite.png (+0 -0)
docs/evaluation/how_to_guides/unit_testing.mdx (+0 -329)
docs/evaluation/how_to_guides/vitest_jest.mdx (+578 -0)
📝 docs/evaluation/tutorials/agents.mdx (+1 -1)
📝 docs/evaluation/tutorials/index.mdx (+2 -1)
docs/evaluation/tutorials/testing.mdx (+1382 -0)
📝 vercel.json (+5 -1)

📄 Description

No description provided


🔄 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/langsmith-docs/pull/631 **Author:** [@isahers1](https://github.com/isahers1) **Created:** 1/17/2025 **Status:** ✅ Merged **Merged:** 1/21/2025 **Merged by:** [@baskaryan](https://github.com/baskaryan) **Base:** `main` ← **Head:** `isaac/testtutorial` --- ### 📝 Commits (10+) - [`fa842cb`](https://github.com/langchain-ai/langsmith-docs/commit/fa842cbd09964f3ba4a91dbba82f1a78cd088f42) draft - [`dfb66d4`](https://github.com/langchain-ai/langsmith-docs/commit/dfb66d4013db05c0d9d6b4ccf3a5cb0a2d5bc8d1) progress - [`70f535e`](https://github.com/langchain-ai/langsmith-docs/commit/70f535e6e4708673db34c4696dc9c888a517e57a) jacob comments - [`4aa46a4`](https://github.com/langchain-ai/langsmith-docs/commit/4aa46a485f38292ad321f44f250200a90ec3d59a) Update docs/evaluation/tutorials/eval_testing_tutorial.mdx - [`410ffe6`](https://github.com/langchain-ai/langsmith-docs/commit/410ffe6b7633b7c2ddd833c89a819852a16b8a61) Update docs/evaluation/tutorials/eval_testing_tutorial.mdx - [`979e0c3`](https://github.com/langchain-ai/langsmith-docs/commit/979e0c3adad53eb09c7afd36cd8cac0134b6b626) Update docs/evaluation/tutorials/eval_testing_tutorial.mdx - [`05b245a`](https://github.com/langchain-ai/langsmith-docs/commit/05b245a6d821a7a66d35b2856c17e129e1d823bd) Update docs/evaluation/tutorials/eval_testing_tutorial.mdx - [`6dbe1a9`](https://github.com/langchain-ai/langsmith-docs/commit/6dbe1a96a04f998a63cca60cf8e5d58399cc8c83) Update docs/evaluation/tutorials/eval_testing_tutorial.mdx - [`18684d5`](https://github.com/langchain-ai/langsmith-docs/commit/18684d577464a631daaace6e695f70323d4f9219) Update docs/evaluation/tutorials/eval_testing_tutorial.mdx - [`ced1f8c`](https://github.com/langchain-ai/langsmith-docs/commit/ced1f8c9ef938e2111971aabe7ad93684508a0bd) Apply suggestions from code review ### 📊 Changes **15 files changed** (+2398 additions, -349 deletions) <details> <summary>View changed files</summary> 📝 `docs/evaluation/concepts/index.mdx` (+48 -14) 📝 `docs/evaluation/how_to_guides/index.md` (+4 -3) ➕ `docs/evaluation/how_to_guides/pytest.mdx` (+378 -0) ➕ `docs/evaluation/how_to_guides/static/jest_vitest_reporter_output.png` (+0 -0) ➕ `docs/evaluation/how_to_guides/static/rich-pytest-outputs.png` (+0 -0) ➕ `docs/evaluation/how_to_guides/static/simple-pytest-dataset.png` (+0 -0) ➕ `docs/evaluation/how_to_guides/static/simple-pytest.png` (+0 -0) ➕ `docs/evaluation/how_to_guides/static/simple-vitest.png` (+0 -0) ➖ `docs/evaluation/how_to_guides/static/unit-test-suite.png` (+0 -0) ➖ `docs/evaluation/how_to_guides/unit_testing.mdx` (+0 -329) ➕ `docs/evaluation/how_to_guides/vitest_jest.mdx` (+578 -0) 📝 `docs/evaluation/tutorials/agents.mdx` (+1 -1) 📝 `docs/evaluation/tutorials/index.mdx` (+2 -1) ➕ `docs/evaluation/tutorials/testing.mdx` (+1382 -0) 📝 `vercel.json` (+5 -1) </details> ### 📄 Description _No description provided_ --- <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-21 17:18:37 -05:00
yindo closed this issue 2026-02-21 17:18:37 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langsmith-docs#664