tests/README
author Martin von Zweigbergk <martinvonz@google.com>
Fri, 08 Nov 2019 10:13:05 -0800
branchstable
changeset 43587 bf87f5ff2ebf
parent 26421 4b0fc75f9403
permissions -rw-r--r--
py3: avoid `b'%s' % type(...)` in a ProgrammingError Differential Revision: https://phab.mercurial-scm.org/D7363

To run the tests, do:

cd tests/
python run-tests.py

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