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
@FND and I talked about that in IRC some time last week and it was basically what I said to you: The use of a global is because of the multiple entry points into wsgi-intercept's big mess, which will be a large effort to fix.
We can hide that complexity in gabbi (without regard to the implementation being what it is now or how it changes later) now, with something like this flag.
Add a flag to
build_tests
that allows turningwsgi_intercept.STRICT_RESPONSE_HEADERS
on and in the wsgi intercept context manager fixture.The challenge here is getting the flag value to the fixture.
Also the number of parameters on
build_tests
is getting absurd. It's time to explore some new models./cc @jd
The text was updated successfully, but these errors were encountered: