view tests/README @ 29339:a9e010cd66e1

revlog: use hashlib.sha1 directly instead of through util Also remove module-local _sha alias, which was barely used.
author Augie Fackler <raf@durin42.com>
date Fri, 10 Jun 2016 00:10:34 -0400
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.