tests/README
author Boris Feld <boris.feld@octobus.net>
Fri, 21 Dec 2018 05:08:32 +0100
changeset 41038 15f78383d3c8
parent 26421 4b0fc75f9403
permissions -rw-r--r--
revlog: add an explicit test for `issnapshot` We test the method on a real revlog containing "real" data.

To run the tests, do:

cd tests/
python run-tests.py

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