You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
httpbin is deployed in production using gunicorn. The intent of pytest-httpbin is to provide a local copy of the hosted version of httpbin. Therefore, to keep everything as similar as possible, I should probably use gunicorn as the web server instead of wsgiref.
The text was updated successfully, but these errors were encountered:
httpbin is deployed in production using gunicorn. The intent of pytest-httpbin is to provide a local copy of the hosted version of httpbin. Therefore, to keep everything as similar as possible, I should probably use gunicorn as the web server instead of wsgiref.
The text was updated successfully, but these errors were encountered: