mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
[PR #978] [MERGED] refactor: enforce enabling integration tests on GitHub workflows #1654
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-official-plugins/pull/978
Author: @Yeuoly
Created: 5/27/2025
Status: ✅ Merged
Merged: 5/27/2025
Merged by: @crazywoola
Base:
main← Head:enhance/tests📝 Commits (10+)
e5a3d94refactor: enforce enabling integration tests on GitHub workflows for plugins83b807dfix7a4e3a3fix81080d7bump versions to test3039d6afeat: openai mock server6bab706fix: debugc82e068fix: update pytest command in pre-check-plugin workflow to include PYTHONPATH19a0157fix91a011efix1776e13fix📊 Changes
6 files changed (+152 additions, -32 deletions)
View changed files
📝
.github/workflows/pre-check-plugin.yaml(+29 -26)📝
.github/workflows/upload-merged-plugin.yaml(+1 -1)📝
models/openai/main.py(+0 -4)📝
models/openai/manifest.yaml(+1 -1)➕
tests/models/__mockserver/openai.py(+72 -0)➕
tests/models/openai/test_openai.py(+49 -0)📄 Description
Related Issues or Context
This PR contains Changes to Non-Plugin
This PR contains Changes to Non-LLM Models Plugin
This PR contains Changes to LLM Models Plugin
Version Control (Any Changes to the Plugin Will Require Bumping the Version)
VersionField, Not in Meta Section)Dify Plugin SDK Version
dify_plugin>=0.2.0,<0.3.0in requirements.txt (SDK docs)Environment Verification (If Any Code Changes)
Local Deployment Environment
SaaS Environment
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.