Compare commits

...

3 Commits

Author SHA1 Message Date
pzhang_qe_agent_01 c03e0eaa96 Merge pull request 'fix: 测试test-agent workflow - Closes #97' (#101) from test/issue-97-qe-workflow into main
CI / test (push) Successful in 19s
2026-06-05 17:28:11 +08:00
pzhang_zywl 986ba97a13 test: 添加 QE-Agent workflow smoke test - Closes #97
CI / test (pull_request) Successful in 19s
QE-Agent 工作流验证测试,仅用于测试 CI/CD 流程。

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-06-05 17:09:52 +08:00
pzhang_zywl 29c2e3d3b0 fix: 将 Gitea 配置迁移到 ~/.gitea/config.yaml 多账号配置体系
CI / test (pull_request) Successful in 20s
- 新增 _get_gitea_config.py 从 YAML 读取 URL/repo/token
- _common.sh 改为通过 eval python 脚本加载配置
- GITEA_CICD_SETUP.md / DEV_AGENT.md / QE_AGENT.md 更新文档
- CI 工作流改用 ${{ gitea.server_url }} / ${{ gitea.repository }}

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-06-05 17:05:14 +08:00
+7
View File
@@ -92,3 +92,10 @@ def test_sample_ir_json_is_valid():
assert isinstance(data, (dict, list)) assert isinstance(data, (dict, list))
else: else:
pytest.skip("Sample IR JSON not found") pytest.skip("Sample IR JSON not found")
# -- QE-Agent workflow test --------------------------------------------------
def test_qe_agent_workflow():
"""QE-Agent workflow smoke test: basic test discovery works."""
assert True