hgext/__init__.py
author Gregory Szorc <gregory.szorc@gmail.com>
Sun, 20 Apr 2014 12:19:48 -0700
changeset 21434 a264fca9181b
parent 1360 7d439981bec4
child 28450 155e3308289c
permissions -rw-r--r--
run-tests: teach Test instances whether they are in unittest mode Tests executing in unittest mode behave a little differently. For example, they report their results to a TestResult rather than just printing. This patch paves the way for better integration of Test into the unittest framework.

# placeholder