|
From: Albertas A. <al...@co...> - 2002-01-11 14:29:46
|
Hey, Admit it: the default TestRunner is dull. It's inconvenient as well if you want to see what actually failed. Attached is a patch adding funcionality of unittest.TextTestRunner's verbosity=2. It makes TestRunner recognize a "verbosity" property, and if it equals 2, give nice colourised output with test cases' docstrings, OK/FAIL/ERROR results and full backtraces. Makes running unit tests a joy! Oh by the way, the old ...F... stuff still works as well :) Albertas |