MethodType/FunctionType and decorators

Michele Simionato michele.simionato at gmail.com
Thu Jul 5 10:01:52 EDT 2007


On Jul 5, 3:17 pm, Alex Popescu <the.mindstorm.mailingl... at gmail.com>
wrote:
> The true story is that
> while working on Groovy (I am a committer on this dynlang meant to run
> on the Java VM:http://groovy.codehaus.org) and reading some Python
> materials, my interest grew exponentially. And now I have decided to
> see how other succesfull java project I have co-created (TestNG:http://testng.org) would look like in Python (this giving me the
> opportunity to explore Python in more depth).
>

If you are interested in testing, you should give a look at 1)
doctest; 2) py.test
(Python unittest framework should be old hat to you and not worth
looking at).

     Michele Simionato




More information about the Python-list mailing list