Stephan Richter wrote:
If you use buildout, there is a recipe for creating a test runner. See
http://svn.zope.org/zope.kgs/trunk/?rev=83325

for a good example.

Where's the actual test runner or test runner creater?

Also, what's the best way to indicate in setup.py that my package needs
zope.testing for the tests?

There is a "test" option, where you can list all packages that should be installed for testing. See

http://svn.zope.org/zope.component/trunk/setup.py?rev=81358&view=auto

What's the difference between tests_require and extras_require['test']?

cheers,

Chris

--
Simplistix - Content Management, Zope & Python Consulting
           - http://www.simplistix.co.uk
_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users

Reply via email to