Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: csernazs/pytest-httpserver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: csernazs/pytest-httpserver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: proxy-support
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 5 files changed
  • 1 contributor

Commits on Oct 22, 2020

  1. PoC: add proxy support

    Proof of concept implementation of the proxy support described in #39.
    It uses wsgiprox and re-uses werkzeug's own wsgi server, and it works like charm.
    
    Currently implemented in a separate class.
    See test_proxy.py for example.
    
    Two minor things:
    - wsgiprox uses gevent, yay
    - creates a 'ca' directory in cwd
    csernazs committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    51125dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45bb5c6 View commit details
    Browse the repository at this point in the history
  3. proxy: add ca_cert property, get_proxy_url method

    Plus extend pytest plugin a bit..
    csernazs committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    5df2694 View commit details
    Browse the repository at this point in the history
Loading