11 lines
265 B
Python
11 lines
265 B
Python
"""Tests for GeminiIntegration."""
|
|
|
|
from .test_integration_base_toml import TomlIntegrationTests
|
|
|
|
|
|
class TestGeminiIntegration(TomlIntegrationTests):
|
|
KEY = "gemini"
|
|
FOLDER = ".gemini/"
|
|
COMMANDS_SUBDIR = "commands"
|
|
REGISTRAR_DIR = ".gemini/commands"
|