mirror of
https://github.com/cyclotruc/gitingest.git
synced 2026-04-28 11:19:31 +00:00
* Added pytest-mock to dev dependencies and pre-commit hooks * Introduced InvalidGitHubTokenError for clearer token-validation failures * Refactored tests: * Replaced ad-hoc mocks with reusable fixtures * Parametrised URL/branch matrices to cut duplication * Added type hints throughout * New coverage: * validate_github_token (happy & error paths) * create_git_command / create_git_auth_header
8 lines
85 B
Text
8 lines
85 B
Text
-r requirements.txt
|
|
black
|
|
djlint
|
|
pre-commit
|
|
pylint
|
|
pytest
|
|
pytest-asyncio
|
|
pytest-mock
|