File: test_howto_query_params_never_do_this.py

package info (click to toggle)
pytest-httpserver 1.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 908 kB
  • sloc: python: 2,382; makefile: 77; sh: 21
file content (2 lines) | stat: -rw-r--r-- 99 bytes parent folder | download
1
2
def test_query_params(httpserver):
    httpserver.expect_request("/foo?user=bar")  # never do this