tests/README
author Manuel Jacob <me@manueljacob.de>
Mon, 09 Mar 2020 01:11:59 +0100
branchstable
changeset 44451 9803b374389a
parent 26421 4b0fc75f9403
permissions -rw-r--r--
tests: fix isinstance test of wrong variable 3086a8627b2970cd7fbf49bc69413c08c68d5514 changed self._case to be a list, but it was forgotten to adjust this line.

To run the tests, do:

cd tests/
python run-tests.py

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