tests/README
author Arseniy Alekseyev <aalekseyev@janestreet.com>
Mon, 13 Mar 2023 14:15:34 +0000
branchstable
changeset 50322 bae51b50a5cf
parent 26421 4b0fc75f9403
permissions -rw-r--r--
dirstate-v2: fix an incorrect handling of readdir errors Make sure not to cache the results of a failed readdir call.

To run the tests, do:

cd tests/
python run-tests.py

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