view tests/README @ 37069:724f2e21d870

templatekw: stop using _showlist() which is about to be deprecated Use the new context-based API instead.
author Yuya Nishihara <yuya@tcha.org>
date Fri, 16 Mar 2018 23:01:51 +0900
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.