Skip to content

Commit 59f7d58

Browse files
authored
test: add respx mock route for /repositories endpoint (#75)
Fixes #73
1 parent e926c07 commit 59f7d58

File tree

4 files changed

+47
-1618
lines changed

4 files changed

+47
-1618
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ ci:
1414
exclude: |
1515
(?x)^(
1616
tests/cassettes/repository.yaml|
17-
tests/cassettes/repositories.yaml|
1817
CHANGELOG.md
1918
)$
2019
@@ -80,6 +79,7 @@ repos:
8079
additional_dependencies:
8180
- httpx>=0.27
8281
- pytest>=8.2
82+
- respx>=0.21
8383
- typer>=0.12
8484

8585
- repo: https://github.com/scientific-python/cookie

0 commit comments

Comments
 (0)