tests/README
author Augie Fackler <augie@google.com>
Wed, 11 Nov 2015 20:45:38 -0500
changeset 27186 34d26e22a2b0
parent 26421 4b0fc75f9403
permissions -rw-r--r--
bookmarks: hoist getbkfile out of bmstore class It's totally fine that this hook exists, but I don't see a need for it to live inside the bmstore class.

To run the tests, do:

cd tests/
python run-tests.py

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