From 404fa0f034b6151d21c800d0e0e546d856f3fcfe Mon Sep 17 00:00:00 2001 From: Thomas Kluyver Date: Mon, 14 Oct 2013 16:22:19 -0700 Subject: [PATCH] Restore mention of number of test groups after success --- IPython/testing/iptestcontroller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IPython/testing/iptestcontroller.py b/IPython/testing/iptestcontroller.py index ba7027be2..348cdb74c 100644 --- a/IPython/testing/iptestcontroller.py +++ b/IPython/testing/iptestcontroller.py @@ -330,7 +330,7 @@ def run_iptestall(options): took = "Took %.3fs." % t_tests print('Status: ', end='') if not failed: - print('OK.', took) + print('OK (%d test groups).' % nrunners, took) else: # If anything went wrong, point out what command to rerun manually to # see the actual errors and individual summary