On Sun, Apr 18, 2010 at 11:35, Christophe Combelles <[email protected]> wrote: > ok, not a lot, there is currently one single particular behaviour, which is > adding tests from the result of the "additional_tests" function in a module. > That probably won't hurt.
Yeah, setuptools test discovery isn't very good so you need to be explicit. Many modules also only have one test_suite, and then you can point directly to that one. -- Lennart Regebro: http://regebro.wordpress.com/ Python 3 Porting: http://python-incompatibility.googlecode.com/ +33 661 58 14 64 _______________________________________________ Zope-Dev maillist - [email protected] https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https://mail.zope.org/mailman/listinfo/zope )
