Antoine Pitrou <pit...@free.fr> added the comment:

I'm not sure what this brings. It is easy to write a loop iterating over test 
data.
What parametric testing could bring is precise progress and error display 
(displaying the parameters for each run), but this doesn't seem to be the case 
here, since you are not making the parameters available to unittest. Your 
examples just boil down to writing "yield is_smaller(x, y)" instead of 
"self.assertLess(x, y)"...

----------
nosy: +pitrou

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue7897>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to