gabrielfalcao / HTTPretty

Intercept HTTP requests at the Python socket level. Fakes the whole socket module
https://httpretty.readthedocs.org
MIT License
2.11k stars 276 forks source link

Fix functional tests compatibility with pytest #453

Open mgorny opened 2 years ago

mgorny commented 2 years ago

Provide a default value for test parameters provided by decorators in order to prevent pytest from recognizing them as fixtures. This is the smaller change needed to run the complete test suite via pytest.

Fixes #449