chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
"""Tests for GeminiIntegration."""
|
||||
|
||||
from .test_integration_base_toml import TomlIntegrationTests
|
||||
|
||||
|
||||
class TestGeminiIntegration(TomlIntegrationTests):
|
||||
KEY = "gemini"
|
||||
FOLDER = ".gemini/"
|
||||
COMMANDS_SUBDIR = "commands"
|
||||
REGISTRAR_DIR = ".gemini/commands"
|
||||
Reference in New Issue
Block a user