tests/README
author Augie Fackler <raf@durin42.com>
Tue, 22 Aug 2017 23:11:35 -0400
changeset 34025 626a28f30dbd
parent 26421 4b0fc75f9403
permissions -rw-r--r--
debugcommands: stabilize output of debugbundle by having a custom repr We handle all dict-like things the same, and don't worry about it actually being a repr.

To run the tests, do:

cd tests/
python run-tests.py

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