Respx Versions Save

Mock HTTPX with awesome request patterns and response side effects 🦋

0.18.1

2 years ago

0.18.1 (20th October 2021)

Fixed

  • Respect ordered param values. (#172)

Changed

  • Raise custom error types for assertion checks. (#174)

0.18.0

2 years ago

0.18.0 (14th October 2021)

Fixed

  • Downgrade HTTPX requirement to 0.20.0. (#170)

Added

  • Add support for matching param with ANY value. (#167)

0.18.0b0

2 years ago

0.18.0b0 (15th September 2021)

Changed

  • Deprecate RESPX MockTransport in favour of HTTPX MockTransport. (#152)

Fixed

  • Support HTTPX 1.0.0b0. (#164)
  • Allow tuples as params to align with httpx, thanks @shelbylsmith. (#151)
  • Fix xfail marked tests. (#153)
  • Only publish docs for upstream repo, thanks @hugovk. (#161)

Added

  • Add optional route arg to side effects. (#158)

0.17.1

2 years ago

0.17.1 (5th July 2021)

Added

  • Implement support for async side effects in router. (#147)
  • Support mocking responses using asgi/wsgi apps. (#146)
  • Added pytest fixture and configuration marker. (#150)

Fixed

  • Typo in import from examples.md, thanks @shelbylsmith. (#148)
  • Fix pass-through test case. (#149)