tests/README
author Julien Cristau <jcristau@debian.org>
Wed, 06 Apr 2022 22:29:49 +0200
changeset 49113 7d1daa1ef286
parent 26421 4b0fc75f9403
permissions -rw-r--r--
zeroconf: fix deprecation warning with python 3.10 threading.condition.notifyAll → threading.condition.notify_all Differential Revision: https://phab.mercurial-scm.org/D12487

To run the tests, do:

cd tests/
python run-tests.py

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