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

11 lines
272 B
Python

"""Tests for JunieIntegration."""
from .test_integration_base_markdown import MarkdownIntegrationTests
class TestJunieIntegration(MarkdownIntegrationTests):
KEY = "junie"
FOLDER = ".junie/"
COMMANDS_SUBDIR = "commands"
REGISTRAR_DIR = ".junie/commands"