tests/README
author Augie Fackler <augie@google.com>
Sat, 08 Oct 2016 08:35:43 -0400
changeset 30086 f3a1089654e3
parent 26421 4b0fc75f9403
permissions -rw-r--r--
pycompat: when setting attrs, ensure we use sysstr The custom module importer was making these bytes, so when we poked values into self.__dict__ we had bytes instead of unicode on py3 and it didn't work.

To run the tests, do:

cd tests/
python run-tests.py

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