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