Mark Diekhans <ma...@kermodei.com> added the comment:

The lack of the ability to pass a parameter to a test case is a very
frustrating restriction with unittest. The frequent need if for a database
connection for testing database related classes.

Yes, there are lots of other ways to work around it, but they tend to involved 
need to understand and subclass several pieces of the unittest
framework.

An enthusiastic yes on this.

----------
nosy: +diekhans

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

Reply via email to