tests/README
author Manuel Jacob <me@manueljacob.de>
Mon, 01 Jun 2020 14:34:22 +0200
changeset 44901 53b3baaadb64
parent 26421 4b0fc75f9403
permissions -rw-r--r--
sslutil: propagate return value ssl.PROTOCOL_SSLv23 from protocolsettings() Also, protocolsettings() was renamed to commonssloptions() to reflect that only the options are returned.

To run the tests, do:

cd tests/
python run-tests.py

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