mirror of
https://github.com/langchain-ai/markdown-exec.git
synced 2026-07-23 18:15:31 -04:00
8 lines
166 B
Python
8 lines
166 B
Python
"""Tests suite for `markdown_exec`."""
|
|
|
|
from pathlib import Path
|
|
|
|
TESTS_DIR = Path(__file__).parent
|
|
TMP_DIR = TESTS_DIR / "tmp"
|
|
FIXTURES_DIR = TESTS_DIR / "fixtures"
|