[PR #1265] [MERGED] refs(py): standard tests #1419

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/1265
Author: @mdrxy
Created: 11/3/2025
Status: Merged
Merged: 11/3/2025
Merged by: @mdrxy

Base: mainHead: mdrxy/std-tests-refs


📝 Commits (4)

  • 857701b refs(py): standard tests
  • e31f366 Update reference/python/docs/langchain_tests/unit_tests/index.md
  • d104f25 Update reference/python/docs/langchain_tests/integration_tests/index.md
  • 2f94832 Merge branch 'main' into mdrxy/std-tests-refs

📊 Changes

18 files changed (+116 additions, -46 deletions)

View changed files

📝 reference/python/docs/langchain_tests/index.md (+2 -2)
reference/python/docs/langchain_tests/integration_tests.md (+0 -3)
reference/python/docs/langchain_tests/integration_tests/base.md (+6 -0)
reference/python/docs/langchain_tests/integration_tests/caches.md (+4 -0)
reference/python/docs/langchain_tests/integration_tests/chat_models.md (+3 -0)
reference/python/docs/langchain_tests/integration_tests/embeddings.md (+3 -0)
reference/python/docs/langchain_tests/integration_tests/index.md (+15 -0)
reference/python/docs/langchain_tests/integration_tests/kv_stores.md (+4 -0)
reference/python/docs/langchain_tests/integration_tests/retrievers.md (+3 -0)
reference/python/docs/langchain_tests/integration_tests/tools.md (+3 -0)
reference/python/docs/langchain_tests/integration_tests/vectorstores.md (+3 -0)
reference/python/docs/langchain_tests/unit_tests.md (+0 -3)
reference/python/docs/langchain_tests/unit_tests/chat_models.md (+3 -0)
reference/python/docs/langchain_tests/unit_tests/embeddings.md (+3 -0)
reference/python/docs/langchain_tests/unit_tests/index.md (+10 -0)
reference/python/docs/langchain_tests/unit_tests/tools.md (+3 -0)
📝 reference/python/mkdocs.yml (+15 -2)
📝 reference/python/uv.lock (+36 -36)

📄 Description

improve org


🔄 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/1265 **Author:** [@mdrxy](https://github.com/mdrxy) **Created:** 11/3/2025 **Status:** ✅ Merged **Merged:** 11/3/2025 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `mdrxy/std-tests-refs` --- ### 📝 Commits (4) - [`857701b`](https://github.com/langchain-ai/docs/commit/857701b82f0aa6f62f05e1deeb164999f1174b00) refs(py): standard tests - [`e31f366`](https://github.com/langchain-ai/docs/commit/e31f366cf27bfa363722e93704ec9b88957866a4) Update reference/python/docs/langchain_tests/unit_tests/index.md - [`d104f25`](https://github.com/langchain-ai/docs/commit/d104f2507b895d89096aed099394a704b48b7b06) Update reference/python/docs/langchain_tests/integration_tests/index.md - [`2f94832`](https://github.com/langchain-ai/docs/commit/2f948320fb57c6b38a7dac3b2b003742aff9b911) Merge branch 'main' into mdrxy/std-tests-refs ### 📊 Changes **18 files changed** (+116 additions, -46 deletions) <details> <summary>View changed files</summary> 📝 `reference/python/docs/langchain_tests/index.md` (+2 -2) ➖ `reference/python/docs/langchain_tests/integration_tests.md` (+0 -3) ➕ `reference/python/docs/langchain_tests/integration_tests/base.md` (+6 -0) ➕ `reference/python/docs/langchain_tests/integration_tests/caches.md` (+4 -0) ➕ `reference/python/docs/langchain_tests/integration_tests/chat_models.md` (+3 -0) ➕ `reference/python/docs/langchain_tests/integration_tests/embeddings.md` (+3 -0) ➕ `reference/python/docs/langchain_tests/integration_tests/index.md` (+15 -0) ➕ `reference/python/docs/langchain_tests/integration_tests/kv_stores.md` (+4 -0) ➕ `reference/python/docs/langchain_tests/integration_tests/retrievers.md` (+3 -0) ➕ `reference/python/docs/langchain_tests/integration_tests/tools.md` (+3 -0) ➕ `reference/python/docs/langchain_tests/integration_tests/vectorstores.md` (+3 -0) ➖ `reference/python/docs/langchain_tests/unit_tests.md` (+0 -3) ➕ `reference/python/docs/langchain_tests/unit_tests/chat_models.md` (+3 -0) ➕ `reference/python/docs/langchain_tests/unit_tests/embeddings.md` (+3 -0) ➕ `reference/python/docs/langchain_tests/unit_tests/index.md` (+10 -0) ➕ `reference/python/docs/langchain_tests/unit_tests/tools.md` (+3 -0) 📝 `reference/python/mkdocs.yml` (+15 -2) 📝 `reference/python/uv.lock` (+36 -36) </details> ### 📄 Description improve org --- <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:22:20 -05:00
yindo closed this issue 2026-02-17 17:22:20 -05:00
yindo changed title from [PR #1265] refs(py): standard tests to [PR #1265] [MERGED] refs(py): standard tests 2026-06-05 17:31:41 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#1419