DEBSOURCES
Skip Quicknav
sources / git-changelog / 2.7.1-1 / tests / __init__.py
1234567
"""Tests suite for `git_changelog`.""" from pathlib import Path TESTS_DIR = Path(__file__).parent TMP_DIR = TESTS_DIR / "tmp" FIXTURES_DIR = TESTS_DIR / "fixtures"