[pycopia] r749 committed - Fix regression bug.

1 view
Skip to first unread message

pyc...@googlecode.com

unread,
Apr 25, 2014, 5:23:12 PM4/25/14
to pyc...@googlegroups.com
Revision: 749
Author: keith.dart
Date: Fri Apr 25 21:23:06 2014 UTC
Log: Fix regression bug.

http://code.google.com/p/pycopia/source/detail?r=749

Modified:
/trunk/QA/pycopia/QA/testreporter.py

=======================================
--- /trunk/QA/pycopia/QA/testreporter.py Tue Oct 2 07:06:26 2012 UTC
+++ /trunk/QA/pycopia/QA/testreporter.py Fri Apr 25 21:23:06 2014 UTC
@@ -122,7 +122,7 @@
ui = self.config.UI
ui.printf(REPORT_MODULE.format(name=mod.__name__,
file=mod.__file__))
ui.Print("This module defines the following test cases.")
- clsdict = testinspector.find_classes(mod.__name__, all=False)
+ clsdict = testinspector.find_classes(mod.__name__, findall=False)
for name, params in clsdict.items():
ui.printf(" %y{name}%N {using}".format(name=name, using="with
config parameters:" if params else "using no config parameters."))
if params:
Reply all
Reply to author
Forward
0 new messages