tests/README
author Yuya Nishihara <yuya@tcha.org>
Sat, 16 Nov 2019 15:24:49 +0900
changeset 43684 009c115eba95
parent 26421 4b0fc75f9403
permissions -rw-r--r--
typing: fix argument type of encoding.localstr() It takes both utf-8 and local strings in bytes type.

To run the tests, do:

cd tests/
python run-tests.py

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