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

11 lines
281 B
Python

"""Tests for QodercliIntegration."""
from .test_integration_base_markdown import MarkdownIntegrationTests
class TestQodercliIntegration(MarkdownIntegrationTests):
KEY = "qodercli"
FOLDER = ".qoder/"
COMMANDS_SUBDIR = "commands"
REGISTRAR_DIR = ".qoder/commands"