tests/README
author Yuya Nishihara <yuya@tcha.org>
Sat, 03 Mar 2018 07:24:25 -0500
changeset 36625 edd3974bd500
parent 26421 4b0fc75f9403
permissions -rw-r--r--
py3: do not pass a memoryview to bdiff.bdiff() This doesn't look nice, but I don't know how to make a zero-copy slice of bytes which is compatible with the buffer protocol.

To run the tests, do:

cd tests/
python run-tests.py

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