tests/README
author Yuya Nishihara <yuya@tcha.org>
Thu, 01 Jun 2017 22:24:15 +0900
changeset 32615 c9318beb7c1a
parent 26421 4b0fc75f9403
permissions -rw-r--r--
py3: convert __doc__ back to bytes in help.py pycompat.getdoc() is pretty simple, but we wouldn't want to write handling of None inline.

To run the tests, do:

cd tests/
python run-tests.py

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