tests/README
author Matt Mackall <mpm@selenic.com>
Sat, 18 Jul 2015 14:16:07 -0500
changeset 25849 d1cb185b9ee2
parent 8936 1de6e7e1bb9f
child 26421 4b0fc75f9403
permissions -rw-r--r--
check-config: don't continue prematurely The early check for section headers like ^``foo`` was missing actual options like ^``foo.bar``.

To run the tests, do:

cd tests/
python run-tests.py

See http://mercurial.selenic.com/wiki/WritingTests for
more information on writing tests.