view tests/README @ 31426:43a7dfbead0c

parsers: handle refcounting of "parents" consistently Py_None can be refcounted like any other Python object. So do that.
author Gregory Szorc <gregory.szorc@gmail.com>
date Mon, 13 Mar 2017 17:49:13 -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.