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

4 statements  

1"""Tests suite for `lcdoc`.""" 

2 

3from pathlib import Path pytest

4 

5TESTS_DIR = Path(__file__).parent pytest

6TMP_DIR = TESTS_DIR / "tmp" pytest

7FIXTURES_DIR = TESTS_DIR / "fixtures" pytest