tests/README
author Gregory Szorc <gregory.szorc@gmail.com>
Tue, 10 Apr 2018 12:52:29 -0700
changeset 37551 946eb204ba67
parent 26421 4b0fc75f9403
permissions -rw-r--r--
httppeer: extract common response handling into own function This allows the common redirect detection, content type validation, and decompression wrapping to be usable outside of httppeer instances. Differential Revision: https://phab.mercurial-scm.org/D3236

To run the tests, do:

cd tests/
python run-tests.py

See https://mercurial-scm.org/wiki/WritingTests for
more information on writing tests.