tests/README
author Dan Villiom Podlaski Christiansen <danchr@gmail.com>
Sat, 30 Apr 2011 15:05:36 +0200
changeset 14066 14fac6c0536a
parent 8936 1de6e7e1bb9f
child 26421 4b0fc75f9403
permissions -rw-r--r--
pure bdiff: don't use a generator Generators are slow, and currently defeat the PyPy JIT.

To run the tests, do:

cd tests/
python run-tests.py

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