tests/README
author Matt Harbison <matt_harbison@yahoo.com>
Tue, 08 Nov 2022 13:38:06 -0500
changeset 49731 b8389533ba3a
parent 26421 4b0fc75f9403
permissions -rw-r--r--
typing: fix a syntax error in mercurial/cext/bdiff.pyi I noticed because `merge-pyi` on the non-cext implementations with this file as input skipped the return type for this. `pytype-single --parse-pyi` confirmed it was a problem.

To run the tests, do:

cd tests/
python run-tests.py

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