tests/README
author Joerg Sonnenberger <joerg@bec.de>
Wed, 07 Oct 2020 03:00:26 +0200
changeset 45815 b6f4a1df91bd
parent 26421 4b0fc75f9403
permissions -rw-r--r--
unionrepo: don't insert index tuples with None as int field None is not a valid size. Use -1 as placeholder instead. This will be necessary when the index starts enforcing type correctness. Differential Revision: https://phab.mercurial-scm.org/D9161

To run the tests, do:

cd tests/
python run-tests.py

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