tests/README
author Manuel Jacob <me@manueljacob.de>
Fri, 29 May 2020 21:18:22 +0200
changeset 44875 7c19eb372438
parent 26421 4b0fc75f9403
permissions -rw-r--r--
sslutil: remove code checking for presence of ssl.SSLContext Now that we require the presence of ssl.SSLContext in setup.py, we can remove this code.

To run the tests, do:

cd tests/
python run-tests.py

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