Coverage for tests/__init__.py: 100.00%
Shortcuts 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
Shortcuts 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`."""
3from pathlib import Path pytest
5TESTS_DIR = Path(__file__).parent pytest
6TMP_DIR = TESTS_DIR / "tmp" pytest
7FIXTURES_DIR = TESTS_DIR / "fixtures" pytest