tests/README
author Yuya Nishihara <yuya@tcha.org>
Sun, 25 Feb 2018 16:14:37 +0900
changeset 36521 c3692364b344
parent 26421 4b0fc75f9403
permissions -rw-r--r--
templatekw: add compatlist() as a replacement for showlist() Just like compatdict(), this is mostly a copy of showlist(). showchildren() is ported to the new API as an example.

To run the tests, do:

cd tests/
python run-tests.py

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