view tests/README @ 30242:389cbfe63586 stable

hghave: fix 'rmcwd' to ensure temporary directory is removed On platforms where cwd can't be removed, it should try rmdir() after chdir to the original cwd.
author Yuya Nishihara <yuya@tcha.org>
date Tue, 01 Nov 2016 21:14:33 +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.