tests/README
author Pulkit Goyal <7895pulkit@gmail.com>
Fri, 05 May 2017 04:48:42 +0530
changeset 32193 c6cbd0b66465
parent 26421 4b0fc75f9403
permissions -rw-r--r--
py3: convert key to str to make kwargs.pop work in mq The keys are passed here and there as unicodes and our transformer make things bytes. Due to that, mq was not poped and this results in error on Py3. Here we abuse r'' to make that str on Python 3.

To run the tests, do:

cd tests/
python run-tests.py

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