view tests/README @ 41035:15f78383d3c8

revlog: add an explicit test for `issnapshot` We test the method on a real revlog containing "real" data.
author Boris Feld <boris.feld@octobus.net>
date Fri, 21 Dec 2018 05:08:32 +0100
parents 4b0fc75f9403
children
line wrap: on
line source

To run the tests, do:

cd tests/
python run-tests.py

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