tests/README
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 18 Aug 2021 15:05:25 +0200
branchstable
changeset 47847 8843de648aed
parent 26421 4b0fc75f9403
permissions -rw-r--r--
pyoxidized: silence the fuzzywuzzy warning about python-Levenshtein I don't think we need the fast implementation for the test so lets ignore it for now. Differential Revision: https://phab.mercurial-scm.org/D11299

To run the tests, do:

cd tests/
python run-tests.py

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