tests/README
author Augie Fackler <augie@google.com>
Sun, 18 Feb 2018 14:43:55 -0500
changeset 36314 be9c497e0bfd
parent 26421 4b0fc75f9403
permissions -rw-r--r--
wireproto: fix lingering str(exception) with util.forcebytestr(exception) Differential Revision: https://phab.mercurial-scm.org/D2342

To run the tests, do:

cd tests/
python run-tests.py

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