tests/README
author Martijn Pieters <mjpieters@fb.com>
Fri, 14 Oct 2016 17:55:02 +0100
changeset 30165 423377290a3a
parent 26421 4b0fc75f9403
permissions -rw-r--r--
py3: refactor token parsing to handle call args properly The token parsing was getting unwieldy and was too naive about accessing arguments.

To run the tests, do:

cd tests/
python run-tests.py

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