Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
1"""Tests suite for `lcdoc`."""
2
3from pathlib import Path 1 ctxpytest
4
5TESTS_DIR = Path(__file__).parent 1 ctxpytest
6TMP_DIR = TESTS_DIR / "tmp" 1 ctxpytest
7FIXTURES_DIR = TESTS_DIR / "fixtures" 1 ctxpytest