tests/README
author Matt Harbison <matt_harbison@yahoo.com>
Tue, 18 Dec 2018 21:17:27 -0500
changeset 41014 e10641c48fa7
parent 26421 4b0fc75f9403
permissions -rw-r--r--
py3: byteify gendoc.py This is mostly b'' prefixing, with some cargoculting of help.py to get around `textwrap.dedent()` and __doc__ string requirements.

To run the tests, do:

cd tests/
python run-tests.py

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