tests/README
author Augie Fackler <raf@durin42.com>
Wed, 12 Mar 2014 13:19:43 -0400
changeset 20680 d3d3e94e2910
parent 8936 1de6e7e1bb9f
child 26421 4b0fc75f9403
permissions -rw-r--r--
run-tests: move from dict() construction to {} literals The latter are both faster and more consistent across Python 2 and 3.

To run the tests, do:

cd tests/
python run-tests.py

See http://mercurial.selenic.com/wiki/WritingTests for
more information on writing tests.