[PR #2552] [MERGED] tests(models/deepseek): add e2e test #2565

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/2552
Author: @Stream29
Created: 2/5/2026
Status: Merged
Merged: 2/6/2026
Merged by: @Stream29

Base: mainHead: models/deepseek/e2e-test


📝 Commits (2)

  • bcf6994 tests(models/deepseek): add e2e test
  • 564b466 tests(models/deepseek): bump version

📊 Changes

4 files changed (+156 additions, -4 deletions)

View changed files

📝 models/deepseek/manifest.yaml (+1 -1)
📝 models/deepseek/pyproject.toml (+4 -1)
models/deepseek/tests/test_llm_call.py (+81 -0)
📝 models/deepseek/uv.lock (+70 -2)

📄 Description

Related Issues or Context

https://github.com/langgenius/dify/discussions/19379

This PR contains Changes to LLM Models Plugin

Only test added.


🔄 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/langgenius/dify-official-plugins/pull/2552 **Author:** [@Stream29](https://github.com/Stream29) **Created:** 2/5/2026 **Status:** ✅ Merged **Merged:** 2/6/2026 **Merged by:** [@Stream29](https://github.com/Stream29) **Base:** `main` ← **Head:** `models/deepseek/e2e-test` --- ### 📝 Commits (2) - [`bcf6994`](https://github.com/langgenius/dify-official-plugins/commit/bcf6994619f87fc8349db9965b0618bbdfb50543) tests(models/deepseek): add e2e test - [`564b466`](https://github.com/langgenius/dify-official-plugins/commit/564b466cfa41d1fc5cdffd5bd2ed072d43b22404) tests(models/deepseek): bump version ### 📊 Changes **4 files changed** (+156 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `models/deepseek/manifest.yaml` (+1 -1) 📝 `models/deepseek/pyproject.toml` (+4 -1) ➕ `models/deepseek/tests/test_llm_call.py` (+81 -0) 📝 `models/deepseek/uv.lock` (+70 -2) </details> ### 📄 Description ## Related Issues or Context https://github.com/langgenius/dify/discussions/19379 ## This PR contains Changes to *LLM Models Plugin* Only test added. --- <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 11:17:20 -05:00
yindo closed this issue 2026-02-16 11:17:20 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-official-plugins#2565