tests/README
author Yuya Nishihara <yuya@tcha.org>
Sun, 17 Apr 2016 12:57:27 +0900
changeset 29072 f86fa7168059
parent 26421 4b0fc75f9403
permissions -rw-r--r--
revset: inline _tokenizealias() into _parsealias() This helps factoring out common part between _parsealias() and parse().

To run the tests, do:

cd tests/
python run-tests.py

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