tests/README
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 27 Mar 2024 17:46:23 +0000
changeset 51555 15e680a44502
parent 26421 4b0fc75f9403
permissions -rw-r--r--
unbundle: move most of the logic on cmdutil to help debug::unbundle reuse This make sure `hg debug::unbundle` focus on the core logic.

To run the tests, do:

cd tests/
python run-tests.py

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