Files
github--spec-kit/tests/integrations/test_integration_kilocode.py
T
2026-07-13 11:57:40 +08:00

11 lines
289 B
Python

"""Tests for KilocodeIntegration."""
from .test_integration_base_markdown import MarkdownIntegrationTests
class TestKilocodeIntegration(MarkdownIntegrationTests):
KEY = "kilocode"
FOLDER = ".kilocode/"
COMMANDS_SUBDIR = "workflows"
REGISTRAR_DIR = ".kilocode/workflows"