view tests/README @ 39620:b220851999b5

py3: use '%d' for integers instead of '%s' Differential Revision: https://phab.mercurial-scm.org/D4593
author Pulkit Goyal <pulkit@yandex-team.ru>
date Sat, 15 Sep 2018 00:24:05 +0300
parents 4b0fc75f9403
children
line wrap: on
line source

To run the tests, do:

cd tests/
python run-tests.py

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