tests/README
author Pulkit Goyal <7895pulkit@gmail.com>
Thu, 16 Mar 2017 06:32:33 +0530
changeset 31428 1fc3d1f02865
parent 26421 4b0fc75f9403
permissions -rw-r--r--
scmutil: make function name bytes in class filecache func.__name__ returns unicodes and this leads to keyerror when we try to do filecache[''] by passing bytes.

To run the tests, do:

cd tests/
python run-tests.py

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