view tests/README @ 30354:a37a96d838b9

changegroup: use compression engines API The new API doesn't have the equivalence for None and 'UN' so we introduce code to use 'UN' explicitly.
author Gregory Szorc <gregory.szorc@gmail.com>
date Mon, 07 Nov 2016 18:38:13 -0800
parents 4b0fc75f9403
children
line wrap: on
line source

To run the tests, do:

cd tests/
python run-tests.py

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