tests/README
author Augie Fackler <augie@google.com>
Thu, 09 Aug 2018 13:34:33 -0400
changeset 39083 a450d460774e
parent 26421 4b0fc75f9403
permissions -rw-r--r--
tests: restore Python 3 compat in test-parseindex2.py I think this was previously getting lucky in Python 3, and would have stacktraced if something failed. Now that failure messages are eagerly computed, this turned into a problem. Differential Revision: https://phab.mercurial-scm.org/D4182

To run the tests, do:

cd tests/
python run-tests.py

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