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

11 lines
268 B
Python

"""Tests for AmpIntegration."""
from .test_integration_base_markdown import MarkdownIntegrationTests
class TestAmpIntegration(MarkdownIntegrationTests):
KEY = "amp"
FOLDER = ".agents/"
COMMANDS_SUBDIR = "commands"
REGISTRAR_DIR = ".agents/commands"