mirror of
https://github.com/github/spec-kit.git
synced 2026-07-03 12:28:06 +08:00
* 修改trea文件结构错误问题 * 修改trea文件结构错误问题 * 修复trae agent 文件结构错误问题 * Apply suggestions from code review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * fix trae's test case files * Update src/specify_cli/integrations/trae/__init__.py Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: jiakangning <jiakangning@bytedance.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
12 lines
307 B
Python
12 lines
307 B
Python
"""Tests for TraeIntegration."""
|
|
|
|
from .test_integration_base_skills import SkillsIntegrationTests
|
|
|
|
|
|
class TestTraeIntegration(SkillsIntegrationTests):
|
|
KEY = "trae"
|
|
FOLDER = ".trae/"
|
|
COMMANDS_SUBDIR = "skills"
|
|
REGISTRAR_DIR = ".trae/skills"
|
|
CONTEXT_FILE = ".trae/rules/project_rules.md"
|