tests/README
author Boris Feld <boris.feld@octobus.net>
Sun, 08 Oct 2017 13:08:31 +0200
changeset 34687 e79b6300d97c
parent 26421 4b0fc75f9403
permissions -rw-r--r--
hook: add a 'hashook' function to test for hook existence Preparing the data for some hooks can be expensive. Add a function to check if a hook exists so we can skip useless preparation if no hook is configured.

To run the tests, do:

cd tests/
python run-tests.py

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