view tests/README @ 43235:252ec4dbc1b4

automation: install Python 3.8.0 Python 3.8 has been released. Let's install it instead of the RC / development version. Differential Revision: https://phab.mercurial-scm.org/D7114
author Gregory Szorc <gregory.szorc@gmail.com>
date Tue, 15 Oct 2019 19:13:47 -0700
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.