tests/README
author Gregory Szorc <gregory.szorc@gmail.com>
Mon, 22 Aug 2016 20:30:37 -0700
changeset 29839 79add5a4e857
parent 26421 4b0fc75f9403
permissions -rw-r--r--
util: properly implement lrucachedict.get() Before, it was returning the raw _lrucachenode instance instead of its value.

To run the tests, do:

cd tests/
python run-tests.py

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