Skip to content

Commit

Permalink
Add respx for development
Browse files Browse the repository at this point in the history
respx enables mocking httpx responses.
  • Loading branch information
jonathansick committed Sep 22, 2023
1 parent 65c99ac commit 387e689
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements/dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ pydantic
pytest
pytest-asyncio
pytest-cov
respx
types-dateparser
types-PyYAML
documenteer[guide] == 1.0.0a6 # before pydantic 2 migration
Expand Down
3 changes: 3 additions & 0 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ httpx==0.25.0
# via
# -c requirements/main.txt
# -r requirements/dev.in
# respx
identify==2.5.29
# via pre-commit
idna==3.4
Expand Down Expand Up @@ -197,6 +198,8 @@ requests==2.31.0
# -c requirements/main.txt
# documenteer
# sphinx
respx==0.20.2
# via -r requirements/dev.in
rpds-py==0.10.3
# via
# jsonschema
Expand Down

0 comments on commit 387e689

Please sign in to comment.