- 176 unit tests covering ConfigManager, FileClassifier, EpisodeRenamer, TVDBClient, MockTVDBClient, TVDBCache, and episode_matcher CLI - Tests organized in tests/ with conftest.py shared fixtures - pytest-cov configured with 90% coverage threshold in pyproject.toml - CI workflow updated with COVERAGE_CORE=sysmon for Python 3.13 compat - .gitignore updated for coverage artifacts and venv
16 lines
153 B
Plaintext
16 lines
153 B
Plaintext
*.pyc
|
|
*.mkv
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.so
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
.config.json
|
|
.env
|
|
src/.tvdb_cache/*
|
|
.venv/
|
|
.coverage
|
|
htmlcov/
|
|
.pytest_cache/
|
|
config.json |