tests/README
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 03 Jul 2024 12:32:57 +0200
branchstable
changeset 51656 21442f87f7fa
parent 26421 4b0fc75f9403
permissions -rw-r--r--
mmap: only use mmap to read revlog persistent nodemap if it is safe Cf `is_mmap_safe` docstring.

To run the tests, do:

cd tests/
python run-tests.py

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