tests/README
author Gregory Szorc <gregory.szorc@gmail.com>
Tue, 08 Mar 2022 19:11:03 -0800
changeset 49051 c3a48dd506da
parent 26421 4b0fc75f9403
permissions -rw-r--r--
pycompat: remove json.loads polyfill for Python 3.5 We no longer support Python 3.5 so this can be deleted. Differential Revision: https://phab.mercurial-scm.org/D12364

To run the tests, do:

cd tests/
python run-tests.py

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