tests/README
author Yuya Nishihara <yuya@tcha.org>
Sun, 05 Aug 2018 16:33:30 +0900
changeset 39398 3cd977d5a16b
parent 26421 4b0fc75f9403
permissions -rw-r--r--
templatekw: add {path} keyword to host documentation It's hidden since I'm not sure if filectx templates can be a thing. The plan is to add {status}, {size}, etc., which are usable within {files % ...} context.

To run the tests, do:

cd tests/
python run-tests.py

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