tests/README
author Gregory Szorc <gregory.szorc@gmail.com>
Mon, 10 Dec 2018 19:41:43 +0000
changeset 40938 5014e93a5696
parent 26421 4b0fc75f9403
permissions -rw-r--r--
tests: add sparserevlog requirement to test-sqlitestore.t Looks like this test was missed when enabling sparse revlogs by default. Differential Revision: https://phab.mercurial-scm.org/D5402

To run the tests, do:

cd tests/
python run-tests.py

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