tests/README
author Boris Feld <boris.feld@octobus.net>
Fri, 23 Nov 2018 06:03:38 +0100
changeset 40817 e207f0d6c243
parent 26421 4b0fc75f9403
permissions -rw-r--r--
perf: update perfindex to be more realistic The previous code was creating a revlog manually, we now use the actual `localrepo` method to create it. We have to jump though extra hops to work around the impact of filecache.

To run the tests, do:

cd tests/
python run-tests.py

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