tests/README
author Martin von Zweigbergk <martinvonz@google.com>
Fri, 18 Sep 2020 15:40:26 -0700
changeset 45554 25e365d5aa8f
parent 26421 4b0fc75f9403
permissions -rw-r--r--
rebase: add dryrun property to rebaseruntime I want to be able to check the property in `rebaseruntime._rebasenode()`. Passing the value via the runtime is a convenient way. Differential Revision: https://phab.mercurial-scm.org/D9074

To run the tests, do:

cd tests/
python run-tests.py

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