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

11 lines
255 B
Python

"""Tests for PiIntegration."""
from .test_integration_base_markdown import MarkdownIntegrationTests
class TestPiIntegration(MarkdownIntegrationTests):
KEY = "pi"
FOLDER = ".pi/"
COMMANDS_SUBDIR = "prompts"
REGISTRAR_DIR = ".pi/prompts"