tests/README
author Martin von Zweigbergk <martinvonz@google.com>
Mon, 17 Jun 2019 10:19:41 -0700
changeset 42491 1474f5d84662
parent 26421 4b0fc75f9403
permissions -rw-r--r--
strip: use bailifchanged() instead of reimplementing it This also means that we get the standard error messages (see changed test cases). Differential Revision: https://phab.mercurial-scm.org/D6535

To run the tests, do:

cd tests/
python run-tests.py

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