[Zope-dev] test_requires and test runners

2009-09-01 Thread Reinout van Rees

I have several packages that have some extra dependencies for testing.
There's tests_require in setup.py, but there's also extras_require where you
can add a 'test'.  The extras_require is what I use now.

In buildout's [test] section, you simply do something like:

[test]
recipe = ...
eggs = my.egg
   my.egg[test]

With recent buildout versions, a 'my.other.egg[test]' in my.egg's 'test'
extras_require is also picked up OK.  But: I don't want to look in all my
dependencies whether they have or haven't got a 'test' extras_require.

The main problem surfaces when using a test-all runner like
plone.recipe.alltests: you don't want to figure out for all those package's
whether they have such a 'test' extras_require...


So: any ideas on how to deal with this?  Alternative setups?  Use
test_requires?  Should test runners pick it up automagically?  Is there
something plone.recipe.alltests could do?


Reinout


-- 
Reinout van Rees - rein...@vanrees.org - http://reinout.vanrees.org
Software developer at http://www.thehealthagency.com
Military engineers build missiles. Civil engineers build targets

___
Zope-Dev maillist  -  Zope-Dev@zope.org
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 )


[Zope-dev] Zope Tests: 8 OK

2009-09-01 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list.
Period Mon Aug 31 12:00:00 2009 UTC to Tue Sep  1 12:00:00 2009 UTC.
There were 8 messages: 8 from Zope Tests.


Tests passed OK
---

Subject: OK : Zope-2.10 Python-2.4.6 : Linux
From: Zope Tests
Date: Mon Aug 31 20:44:04 EDT 2009
URL: http://mail.zope.org/pipermail/zope-tests/2009-August/012432.html

Subject: OK : Zope-2.11 Python-2.4.6 : Linux
From: Zope Tests
Date: Mon Aug 31 20:46:04 EDT 2009
URL: http://mail.zope.org/pipermail/zope-tests/2009-August/012433.html

Subject: OK : Zope-2.12 Python-2.4.6 : Linux
From: Zope Tests
Date: Mon Aug 31 20:48:04 EDT 2009
URL: http://mail.zope.org/pipermail/zope-tests/2009-August/012434.html

Subject: OK : Zope-2.12 Python-2.6.2 : Linux
From: Zope Tests
Date: Mon Aug 31 20:50:04 EDT 2009
URL: http://mail.zope.org/pipermail/zope-tests/2009-August/012435.html

Subject: OK : Zope-2.12-alltests Python-2.4.6 : Linux
From: Zope Tests
Date: Mon Aug 31 20:52:04 EDT 2009
URL: http://mail.zope.org/pipermail/zope-tests/2009-August/012436.html

Subject: OK : Zope-2.12-alltests Python-2.6.2 : Linux
From: Zope Tests
Date: Mon Aug 31 20:54:04 EDT 2009
URL: http://mail.zope.org/pipermail/zope-tests/2009-August/012437.html

Subject: OK : Zope-trunk Python-2.6.2 : Linux
From: Zope Tests
Date: Mon Aug 31 20:56:04 EDT 2009
URL: http://mail.zope.org/pipermail/zope-tests/2009-August/012438.html

Subject: OK : Zope-trunk-alltests Python-2.6.2 : Linux
From: Zope Tests
Date: Mon Aug 31 20:58:04 EDT 2009
URL: http://mail.zope.org/pipermail/zope-tests/2009-August/012439.html

___
Zope-Dev maillist  -  Zope-Dev@zope.org
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 )