tests/README
author Martin von Zweigbergk <martinvonz@google.com>
Mon, 22 May 2017 08:49:34 -0700
changeset 32453 9695aca1a3a0
parent 26421 4b0fc75f9403
permissions -rw-r--r--
match: catch attempts to create case-insenstive exact matchers Exact matchers are only created internally (as opposed to from user input) based on a set of files that the caller collected before, so they should always match the list exactly (i.e. case-sensitively).

To run the tests, do:

cd tests/
python run-tests.py

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