tests/README
author Boris Feld <boris.feld@octobus.net>
Sun, 16 Jul 2017 02:38:14 +0200
changeset 33540 e07c5740eaaa
parent 26421 4b0fc75f9403
permissions -rw-r--r--
test-strip: fix call to super class in crashstriprepo The 'self' argument is already taken care of by the 'super(...)' call. Instead we were passing the repository instance as the 'desc' value. This got discovered by breaking the next changeset.

To run the tests, do:

cd tests/
python run-tests.py

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