tests/README
author Gregory Szorc <gregory.szorc@gmail.com>
Sun, 29 Mar 2020 14:31:59 -0700
changeset 44657 47e6ec977555
parent 26421 4b0fc75f9403
permissions -rw-r--r--
tests: prevent printing \r to stdout Like we've done in other recent commits, we need to change sys.stdout on Python 3 to not use os.linesep so output is consistent on Python 3 on Windows. With this change, test-notify.t now passes on Python 3 on Windows! Differential Revision: https://phab.mercurial-scm.org/D8342

To run the tests, do:

cd tests/
python run-tests.py

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