view tests/README @ 32932:240183a04429

tests: use unittest.SkipTest unittest.SkipTest was introduced in Python 2.7. We previously defined it with our own class so we could run on Python 2.6.
author Gregory Szorc <gregory.szorc@gmail.com>
date Sat, 03 Jun 2017 17:04:42 -0700
parents 4b0fc75f9403
children
line wrap: on
line source

To run the tests, do:

cd tests/
python run-tests.py

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