tests/README
author Pulkit Goyal <pulkit@yandex-team.ru>
Mon, 26 Nov 2018 15:37:48 +0300
changeset 40768 5d1550b9a533
parent 26421 4b0fc75f9403
permissions -rw-r--r--
py3: use dict.items() instead of dict.iteritems() dict.iteritems() does not exist on Python 3. Differential Revision: https://phab.mercurial-scm.org/D5304

To run the tests, do:

cd tests/
python run-tests.py

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