11 lines
262 B
Python
11 lines
262 B
Python
"""Tests for BobIntegration."""
|
|
|
|
from .test_integration_base_markdown import MarkdownIntegrationTests
|
|
|
|
|
|
class TestBobIntegration(MarkdownIntegrationTests):
|
|
KEY = "bob"
|
|
FOLDER = ".bob/"
|
|
COMMANDS_SUBDIR = "commands"
|
|
REGISTRAR_DIR = ".bob/commands"
|