[PR #257] [MERGED] Add test for waiting edge triggered via conditional edge #1333

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/257
Author: @nfcampos
Created: 4/1/2024
Status: Merged
Merged: 4/1/2024
Merged by: @nfcampos

Base: mainHead: nc/1apr/add-test-waiting-edge-via-branch


📝 Commits (1)

  • 3451e04 Add test for waiting edge triggered via conditional edge

📊 Changes

2 files changed (+251 additions, -0 deletions)

View changed files

📝 tests/test_pregel.py (+124 -0)
📝 tests/test_pregel_async.py (+127 -0)

📄 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/langgraph/pull/257 **Author:** [@nfcampos](https://github.com/nfcampos) **Created:** 4/1/2024 **Status:** ✅ Merged **Merged:** 4/1/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `nc/1apr/add-test-waiting-edge-via-branch` --- ### 📝 Commits (1) - [`3451e04`](https://github.com/langchain-ai/langgraph/commit/3451e04b7defababb3575fcd6813e6682851c63c) Add test for waiting edge triggered via conditional edge ### 📊 Changes **2 files changed** (+251 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `tests/test_pregel.py` (+124 -0) 📝 `tests/test_pregel_async.py` (+127 -0) </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-20 17:44:28 -05:00
yindo closed this issue 2026-02-20 17:44:29 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#1333