tests/README
author Denis Laxalde <denis@laxalde.org>
Sat, 06 Apr 2019 15:21:55 +0200
changeset 42081 bf777c1e78dd
parent 26421 4b0fc75f9403
permissions -rw-r--r--
match: add a docstring with doctest examples to patternmatcher Doctest examples aim at illustrating how __call__() and exact() are different, depending on the pattern kind.

To run the tests, do:

cd tests/
python run-tests.py

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