tests/README
author Pulkit Goyal <7895pulkit@gmail.com>
Sat, 14 Apr 2018 01:59:55 +0530
changeset 37663 fc114a16a484
parent 26421 4b0fc75f9403
permissions -rw-r--r--
py3: use stringutil.forcebytestr() instead of str() We need to convert errors to bytes using stringutil.forcebytestr() Differential Revision: https://phab.mercurial-scm.org/D3324

To run the tests, do:

cd tests/
python run-tests.py

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