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

11 lines
282 B
Python

"""Tests for TabnineIntegration."""
from .test_integration_base_toml import TomlIntegrationTests
class TestTabnineIntegration(TomlIntegrationTests):
KEY = "tabnine"
FOLDER = ".tabnine/agent/"
COMMANDS_SUBDIR = "commands"
REGISTRAR_DIR = ".tabnine/agent/commands"