[PR #15] [MERGED] Add tests for configurable runnables #271

Closed
opened 2026-02-16 00:19:59 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langserve/pull/15
Author: @eyurtsev
Created: 10/4/2023
Status: Merged
Merged: 10/4/2023
Merged by: @eyurtsev

Base: mainHead: eugene/test_configurability


📝 Commits (1)

📊 Changes

4 files changed (+159 additions, -3 deletions)

View changed files

📝 langserve/server.py (+6 -3)
📝 tests/unit_tests/test_server_client.py (+51 -0)
📝 tests/unit_tests/test_validation.py (+48 -0)
tests/unit_tests/utils.py (+54 -0)

📄 Description

Add tests for configuration


🔄 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/langserve/pull/15 **Author:** [@eyurtsev](https://github.com/eyurtsev) **Created:** 10/4/2023 **Status:** ✅ Merged **Merged:** 10/4/2023 **Merged by:** [@eyurtsev](https://github.com/eyurtsev) **Base:** `main` ← **Head:** `eugene/test_configurability` --- ### 📝 Commits (1) - [`328b7c5`](https://github.com/langchain-ai/langserve/commit/328b7c588c829c8da60f27c850fb88ad504ec96d) x ### 📊 Changes **4 files changed** (+159 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `langserve/server.py` (+6 -3) 📝 `tests/unit_tests/test_server_client.py` (+51 -0) 📝 `tests/unit_tests/test_validation.py` (+48 -0) ➕ `tests/unit_tests/utils.py` (+54 -0) </details> ### 📄 Description Add tests for configuration --- <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-16 00:19:59 -05:00
yindo closed this issue 2026-02-16 00:19:59 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langserve#271