tests/README
author Gregory Szorc <gregory.szorc@gmail.com>
Wed, 30 Jan 2019 09:52:16 -0800
changeset 41463 ba7298160357
parent 26421 4b0fc75f9403
permissions -rw-r--r--
tests: add b'' prefixes to badserverext.py This avoids a handful of failures due to missing str and bytes. # skip-blame: just a bunch of b'' prefixes Differential Revision: https://phab.mercurial-scm.org/D5750

To run the tests, do:

cd tests/
python run-tests.py

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