tests/README
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 03 May 2021 21:04:55 +0200
changeset 47254 eac3591abbf4
parent 26421 4b0fc75f9403
permissions -rw-r--r--
revlog: add a `_get_decompressor` method This logic is non-trivial and we will need to reuse it. Differential Revision: https://phab.mercurial-scm.org/D10651

To run the tests, do:

cd tests/
python run-tests.py

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