kiwicom / pytest-recording

A pytest plugin that allows recording network interactions via VCR.py
MIT License
445 stars 35 forks source link

Simplify working with network blocker #8

Closed Stranger6667 closed 5 years ago

Stranger6667 commented 5 years ago

Probably two functions will be helpful - enable / disable, in some cases context manager is not needed and calling __enter__ / __exit__ manually is not convenient