tests/README
author Pulkit Goyal <7895pulkit@gmail.com>
Sun, 06 Nov 2016 04:10:33 +0530
changeset 30317 ba2c04059317
parent 26421 4b0fc75f9403
permissions -rw-r--r--
py3: use pycompat.ossep at certain places Certain instances of os.sep has been converted to pycompat.ossep where it was sure to use bytes only. There are more such instances which needs some more attention and will get surely.

To run the tests, do:

cd tests/
python run-tests.py

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