Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up some warnings in wsgi_test #558

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Mar 18, 2019

  1. Clean up some warnings in wsgi_test

    Previously, running tests with pytest would catch
    
       DeprecationWarning: cgi.parse_qs is deprecated, use urllib.parse.parse_qs instead
    
    and
    
       DeprecationWarning: capitalize_response_headers is disabled...
    
    The latter one was actually part of what was being tested, so make
    assertions about the warning being properly raised.
    tipabu committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    56ce914 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2020

  1. Configuration menu
    Copy the full SHA
    ee90c09 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Configuration menu
    Copy the full SHA
    edf52c7 View commit details
    Browse the repository at this point in the history