tests/README
author Augie Fackler <augie@google.com>
Fri, 27 Apr 2018 11:23:41 -0400
changeset 37945 bbff7170f665
parent 26421 4b0fc75f9403
permissions -rw-r--r--
tests: fix test-status-inprocess.py on Python 3 The same print() hack as test-filecache.py. Differential Revision: https://phab.mercurial-scm.org/D3507

To run the tests, do:

cd tests/
python run-tests.py

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