tests/README
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
Thu, 05 May 2016 19:32:51 +0200
changeset 29150 0e9ed09f5fe9
parent 26421 4b0fc75f9403
permissions -rw-r--r--
cleanup: replace False identity testing with an explicit token object The recommended way to check default value (when None is not as option) is a token object. Identity testing to integer is less explicit and not guaranteed to work in all implementations.

To run the tests, do:

cd tests/
python run-tests.py

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