11 lines
279 B
Python
11 lines
279 B
Python
"""Tests for AuggieIntegration."""
|
|
|
|
from .test_integration_base_markdown import MarkdownIntegrationTests
|
|
|
|
|
|
class TestAuggieIntegration(MarkdownIntegrationTests):
|
|
KEY = "auggie"
|
|
FOLDER = ".augment/"
|
|
COMMANDS_SUBDIR = "commands"
|
|
REGISTRAR_DIR = ".augment/commands"
|