11 lines
257 B
Python
11 lines
257 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"
|