view tests/README @ 41542:8d4ee2d9ffb8

drawdag: use raw strings for docstrings Avoids SyntaxWarning for invalid \ escape on Python 3.8. Differential Revision: https://phab.mercurial-scm.org/D5827
author Gregory Szorc <gregory.szorc@gmail.com>
date Mon, 04 Feb 2019 09:35:55 -0800
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.