tests/README
author Augie Fackler <raf@durin42.com>
Sat, 15 Sep 2018 00:18:16 -0400
changeset 39648 e37a0fcd82c0
parent 26421 4b0fc75f9403
permissions -rw-r--r--
hghave: add a checker for the vcr HTTP record/replay library I'm going to use this to write some tests of the phabricator extension. Differential Revision: https://phab.mercurial-scm.org/D4598

To run the tests, do:

cd tests/
python run-tests.py

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