tests/README
author Yuya Nishihara <yuya@tcha.org>
Thu, 01 Jun 2017 23:05:29 +0900
changeset 32617 e48cb1c7a902
parent 26421 4b0fc75f9403
permissions -rw-r--r--
py3: simply use b'%d\n' to format pid in server.py Spotted by Martin, thanks.

To run the tests, do:

cd tests/
python run-tests.py

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