Files
2022-02-11 23:52:41 +01:00

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"