tests/README
author Augie Fackler <augie@google.com>
Sat, 14 Apr 2018 11:20:38 -0400
changeset 37715 1859b9a7ddef
parent 26421 4b0fc75f9403
permissions -rw-r--r--
cleanup: polyfill assertRaisesRegex so we can avoid assertRaisesRegexp The latter is deprecated on Python 3.7 and causes our tests to fail due to the warning. Differential Revision: https://phab.mercurial-scm.org/D3375

To run the tests, do:

cd tests/
python run-tests.py

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