tests/README
author Anton Shestakov <av6@dwimlabs.net>
Sat, 01 Oct 2016 09:55:32 +0800
changeset 30049 f18cc848b48e
parent 26421 4b0fc75f9403
permissions -rw-r--r--
templater: use "needle" and "haystack" as (meta-)variables for ifcontains() It wasn't immediately clear if it's supposed to look for "search" in "thing" or "thing" in "search".

To run the tests, do:

cd tests/
python run-tests.py

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