view tests/README @ 27138:ea8e27e6098d

hgweb: move httpservice object from commands module This avoids the deep import of hgweb.server at the commands module.
author Yuya Nishihara <yuya@tcha.org>
date Sat, 31 Oct 2015 21:57:45 +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.