view tests/README @ 33529:ded3ebae8779

demandimport: drop hack for old Pythons which had no level argument _import() was added by 868282fa29d8, but it is identical to _origimport() now.
author Yuya Nishihara <yuya@tcha.org>
date Sun, 16 Jul 2017 17:16:32 +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.