I was trying to see how hard it would be to port Paste to Python 3.
Paste uses nose. nosetests
prints something like
FAILED (errors=90, failures=5)
at the end of the test run. I wanted to plot the number of failures to see how I was progressing:
./run32
vi ...