[PR #7] [MERGED] tests: fix tests and use real tests #323

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/7
Author: @eyurtsev
Created: 6/3/2025
Status: Merged
Merged: 6/3/2025
Merged by: @eyurtsev

Base: mainHead: eugene/fix_testing_path


📝 Commits (2)

📊 Changes

7 files changed (+293 additions, -660 deletions)

View changed files

📝 pipeline/core/builder.py (+5 -0)
tests/test_build_command.py (+0 -256)
tests/test_builder.py (+0 -263)
tests/test_utils.py (+0 -138)
tests/unit_tests/test_builder.py (+157 -0)
tests/unit_tests/test_placehoder.py (+0 -3)
tests/unit_tests/utils.py (+131 -0)

📄 Description

Use actual tests


🔄 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/7 **Author:** [@eyurtsev](https://github.com/eyurtsev) **Created:** 6/3/2025 **Status:** ✅ Merged **Merged:** 6/3/2025 **Merged by:** [@eyurtsev](https://github.com/eyurtsev) **Base:** `main` ← **Head:** `eugene/fix_testing_path` --- ### 📝 Commits (2) - [`39b0583`](https://github.com/langchain-ai/docs/commit/39b0583db3ff09d7bc05e500fa09db186023eb82) x - [`fd21ee6`](https://github.com/langchain-ai/docs/commit/fd21ee65c4e6475016b8a4911d859d9115f844b2) x ### 📊 Changes **7 files changed** (+293 additions, -660 deletions) <details> <summary>View changed files</summary> 📝 `pipeline/core/builder.py` (+5 -0) ➖ `tests/test_build_command.py` (+0 -256) ➖ `tests/test_builder.py` (+0 -263) ➖ `tests/test_utils.py` (+0 -138) ➕ `tests/unit_tests/test_builder.py` (+157 -0) ➖ `tests/unit_tests/test_placehoder.py` (+0 -3) ➕ `tests/unit_tests/utils.py` (+131 -0) </details> ### 📄 Description Use actual tests --- <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:07 -05:00
yindo closed this issue 2026-02-17 17:20:07 -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#323