view tests/README @ 40221:6d52c2275c30

py3: add b'' prefixes to tests/test-keyword.t This test is now pretty close to passing on Python 3. # skip-blame because just b'' prefixes. Differential Revision: https://phab.mercurial-scm.org/D5032
author Pulkit Goyal <pulkit@yandex-team.ru>
date Sat, 13 Oct 2018 04:29:03 +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.