tests/README
author Jun Wu <quark@fb.com>
Tue, 09 Aug 2016 16:45:28 +0100
changeset 29761 39149b6036e6
parent 26421 4b0fc75f9403
permissions -rw-r--r--
dispatch: split global error handling out so it can be reused We may want a similar error handling at worker.py. This patch extracts the error handling logic to "callcatch" so it can be reused.

To run the tests, do:

cd tests/
python run-tests.py

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