tests/README
author Dan Villiom Podlaski Christiansen <danchr@gmail.com>
Mon, 11 Jan 2021 13:48:13 +0100
changeset 46233 172b294b6d65
parent 26421 4b0fc75f9403
permissions -rw-r--r--
setup: don't import distutils prior to checking FORCE_SETUPTOOLS I've seen warnings about importing distutils before setuptools, although I can't reproduce them at the moment. Differential Revision: https://phab.mercurial-scm.org/D9722

To run the tests, do:

cd tests/
python run-tests.py

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