view tests/README @ 25139:6d3079e9b53f

check-code: remove the check for os.path.relpath This is available in Python2.6 the new default supported release.
author Pierre-Yves David <pierre-yves.david@fb.com>
date Sun, 17 May 2015 17:36:26 -0700
parents 1de6e7e1bb9f
children 4b0fc75f9403
line wrap: on
line source

To run the tests, do:

cd tests/
python run-tests.py

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