1.0.0 (2021-06-30)

Bug Fixes

Added/Improved Documentation

Backwards Incompatible Changes

  • Renamed package from pytest-response to pytest-remote-response. (#9)

  • Renamed interceptors to a more clear norm. (#15)

Features

Trivial/Internal Changes

  • Similified pytest_response.logger.log use. (#3)

  • Now the pytest_response.database.ResponseDB.get() method will automatically rstrip “/”, useful in comparing URLs. (#4)

  • Now status code will also be dumped/responded with along with data and headers. (#6)

  • Simplified GitHub actions as a two step process. (#8)