2.0.0 (2022-06-04)
Added/Improved Documentation
Added documentation and examples for
activate(). (#16)
Backwards Incompatible Changes
Deprecations and Removals
Ability to activate interceptors via command-line argument
--remote={INTERCEPTOR}has been removed in favour of activating viaactivate()decorator. (#16)
Features
pytest-remote-response now has a decorator
activate()to apply interceptors on individual functions. It supports string, regex pattern or list of interceptors as argument. (#16)
Bug Fixes
Fixed the documentation examples. (#26)