tests/README
author Jun Wu <quark@fb.com>
Sun, 10 Apr 2016 22:58:11 +0100
changeset 28853 d11548b4ae45
parent 26421 4b0fc75f9403
permissions -rw-r--r--
chg: check lockfd at freecmdserveropts We check for sockdirfd at freecmdserveropts but not lockfd, which is a bit strange to people new to the code. Add a comment and an assert to make it clear that lockfd should be closed earlier.

To run the tests, do:

cd tests/
python run-tests.py

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