tests/README
author Denis Laxalde <denis@laxalde.org>
Sun, 07 Apr 2019 17:14:29 +0200
changeset 42085 54e6d7ef5ca5
parent 26421 4b0fc75f9403
permissions -rw-r--r--
match: make _donormalize's auditor and warn arguments optional Argument 'warn' is actually non-required, since there's a 'if warn:' check before usage. Argument 'auditor' is passed to pathutil.canonpath(), in which it is optional.

To run the tests, do:

cd tests/
python run-tests.py

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