/ tests / __init__.py
__init__.py
1  """Tests suite for `docstrings2pep727`."""
2  
3  from pathlib import Path
4  
5  TESTS_DIR = Path(__file__).parent
6  TMP_DIR = TESTS_DIR / "tmp"
7  FIXTURES_DIR = TESTS_DIR / "fixtures"