view tests/README @ 50309:86dc9e097bed stable

transaction: move the restoration of backup file in a small closure We are about to use that logic in two different location, making is a small reusable closure prepares that.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Wed, 15 Mar 2023 13:20:12 +0100
parents 4b0fc75f9403
children
line wrap: on
line source

To run the tests, do:

cd tests/
python run-tests.py

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