tests/test-hgweb-non-interactive.t
changeset 39707 5abc47d4ca6b
parent 39658 c20861b65688
child 39913 8bd589aecf65
equal deleted inserted replaced
39706:030d558c6456 39707:5abc47d4ca6b
    74   > print(sorted([x for x in os.environ if x.startswith('wsgi')]))
    74   > print(sorted([x for x in os.environ if x.startswith('wsgi')]))
    75   > print('---- request.ENVIRON wsgi variables')
    75   > print('---- request.ENVIRON wsgi variables')
    76   > with i._obtainrepo() as repo:
    76   > with i._obtainrepo() as repo:
    77   >     print(sorted([x for x in repo.ui.environ if x.startswith(b'wsgi')]))
    77   >     print(sorted([x for x in repo.ui.environ if x.startswith(b'wsgi')]))
    78   > EOF
    78   > EOF
    79   $ $PYTHON request.py
    79   $ "$PYTHON" request.py
    80   ---- STATUS
    80   ---- STATUS
    81   200 Script output follows
    81   200 Script output follows
    82   ---- HEADERS
    82   ---- HEADERS
    83   [('Content-Type', 'text/html; charset=ascii')]
    83   [('Content-Type', 'text/html; charset=ascii')]
    84   ---- DATA
    84   ---- DATA