tests/README
author Pulkit Goyal <7895pulkit@gmail.com>
Sat, 08 Oct 2016 16:10:58 +0200
changeset 30073 aa23c93e636d
parent 26421 4b0fc75f9403
permissions -rw-r--r--
py3: make format strings unicodes and not bytes Fixes issues on Python 3, wherein docstrings are unicodes. Shouldn't break anything on Python 2.

To run the tests, do:

cd tests/
python run-tests.py

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