tests/README
author Pierre-Yves David <pierre-yves.david@fb.com>
Wed, 23 Sep 2015 00:41:07 -0700
changeset 26307 428a8747f4ee
parent 8936 1de6e7e1bb9f
child 26421 4b0fc75f9403
permissions -rw-r--r--
revset: avoid implicit None testing in revset Implicit None testing is a very good way to get in trouble. We explicitly test for None.

To run the tests, do:

cd tests/
python run-tests.py

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