tests/README
author Siddharth Agarwal <sid0@fb.com>
Mon, 03 Feb 2014 14:47:41 -0800
branchstable
changeset 20353 0889585b44f1
parent 8936 1de6e7e1bb9f
child 26421 4b0fc75f9403
permissions -rw-r--r--
util.url: add an 'islocal' method This returns True if the URL represents a path that can be opened locally, without needing to go through the entire URL open mechanism.

To run the tests, do:

cd tests/
python run-tests.py

See http://mercurial.selenic.com/wiki/WritingTests for
more information on writing tests.