tests/README
author Matt Harbison <matt_harbison@yahoo.com>
Sat, 06 Mar 2021 23:41:32 -0500
changeset 46684 7711853110b9
parent 26421 4b0fc75f9403
permissions -rw-r--r--
typing: add some type annotations to mercurial/util.py Differential Revision: https://phab.mercurial-scm.org/D10127

To run the tests, do:

cd tests/
python run-tests.py

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