view tests/README @ 36017:eed40f0f4c6f

py3: replace file() with open() in test-tag.t file() is not present in Python 3. Differential Revision: https://phab.mercurial-scm.org/D2116
author Pulkit Goyal <7895pulkit@gmail.com>
date Sun, 11 Feb 2018 17:01:25 +0530
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.