kiwicom / pytest-recording

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

[FEATURE] Validate input arguments for `vcr` and `block_network` #69

Closed Stranger6667 closed 3 years ago

Stranger6667 commented 3 years ago

Is your feature request related to a problem? Please describe. It is confusing when arguments with typos are silently ignored in those marks. E.g., #68

Describe the solution you'd like Validate input arguments for all pytest marks defined in this plugin