[Twisted-Python] Naming test methods constructed with deferredGenerator - is it possible?
Marcin Kasperski
Marcin.Kasperski at softax.com.pl
Fri Apr 28 07:30:14 MDT 2006
> testSomething.__name__ = "testSomething"
exceptions.TypeError: readonly attribute
> testSomething.__doc__ = "testSomething"
This one worked. Thank you very much.
More information about the Twisted-Python
mailing list