tests/README
author Boris Feld <boris.feld@octobus.net>
Mon, 05 Feb 2018 15:03:51 +0100
changeset 36394 a2d11d23bb25
parent 26421 4b0fc75f9403
permissions -rw-r--r--
patches: release the GIL while applying the patch This will allow multiple threads to apply patches at the same time.

To run the tests, do:

cd tests/
python run-tests.py

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