tests/README
author Pulkit Goyal <7895pulkit@gmail.com>
Sat, 17 Dec 2016 20:02:50 +0530
changeset 30619 cfe66dcf45c0
parent 26421 4b0fc75f9403
permissions -rw-r--r--
py3: replace os.sep with pycompat.ossep (part 2 of 4) This part also replaces some chunks of os.sep with pycompat.ossep.

To run the tests, do:

cd tests/
python run-tests.py

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