tests/README
author Gregory Szorc <gregory.szorc@gmail.com>
Sat, 02 Nov 2019 13:08:20 -0700
branchstable
changeset 43390 5fa8ac91190e
parent 26421 4b0fc75f9403
permissions -rw-r--r--
fsmonitor: coerce watchman exception to bytes Without this, we get errors due to passing str to a function which expects bytes. Differential Revision: https://phab.mercurial-scm.org/D7206

To run the tests, do:

cd tests/
python run-tests.py

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