I just released zope.testing 3.7.7. It only contains a single change: installing the test runner callable via a console_script entry point to allow simple usage without buildout. Christian -- Christian Theune · ct@gocept.com gocept gmbh & co. kg · forsterstraße 29 · 06112 halle (saale) · germany http://gocept.com · tel +49 345 1229889 7 · fax +49 345 1229889 1 Zope and Plone consulting and development
On Jul 2, 2009, at 9:55 AM, Christian Theune wrote:
I just released zope.testing 3.7.7.
It only contains a single change: installing the test runner callable via a console_script entry point to allow simple usage without buildout.
Did you get the tests to pass on windows? Jim -- Jim Fulton Zope Corporation
On Thu, 2009-07-02 at 09:59 -0400, Jim Fulton wrote:
On Jul 2, 2009, at 9:55 AM, Christian Theune wrote:
I just released zope.testing 3.7.7.
It only contains a single change: installing the test runner callable via a console_script entry point to allow simple usage without buildout.
Did you get the tests to pass on windows?
Ugh. I didn't know they didn't pass currently. Did they pass for 3.7.6? At least that was released and there was only one change in between, so I didn't suspect failing tests there. /me wanders off to windows land. -- Christian Theune · ct@gocept.com gocept gmbh & co. kg · forsterstraße 29 · 06112 halle (saale) · germany http://gocept.com · tel +49 345 1229889 7 · fax +49 345 1229889 1 Zope and Plone consulting and development
On Jul 2, 2009, at 10:06 AM, Christian Theune wrote:
On Thu, 2009-07-02 at 09:59 -0400, Jim Fulton wrote:
On Jul 2, 2009, at 9:55 AM, Christian Theune wrote:
I just released zope.testing 3.7.7.
It only contains a single change: installing the test runner callable via a console_script entry point to allow simple usage without buildout.
Did you get the tests to pass on windows?
Ugh. I didn't know they didn't pass currently. Did they pass for 3.7.6? At least that was released and there was only one change in between, so I didn't suspect failing tests there.
To my very happy amazement, they pass for me with Python 2.4-2.5. I'm getting a test failure for Python 2.6, but that's on both Linux and Windows. :/ Jim -- Jim Fulton Zope Corporation
On Thu, 2009-07-02 at 10:41 -0400, Jim Fulton wrote:
On Jul 2, 2009, at 10:06 AM, Christian Theune wrote:
On Thu, 2009-07-02 at 09:59 -0400, Jim Fulton wrote:
On Jul 2, 2009, at 9:55 AM, Christian Theune wrote:
I just released zope.testing 3.7.7.
It only contains a single change: installing the test runner callable via a console_script entry point to allow simple usage without buildout.
Did you get the tests to pass on windows?
Ugh. I didn't know they didn't pass currently. Did they pass for 3.7.6? At least that was released and there was only one change in between, so I didn't suspect failing tests there.
To my very happy amazement, they pass for me with Python 2.4-2.5.
I'm getting a test failure for Python 2.6, but that's on both Linux and Windows. :/
Yeah. I'm getting that one on 2.6. I'm also getting one on Python 2.4 on Linux which I remember as being spurious. Christian -- Christian Theune · ct@gocept.com gocept gmbh & co. kg · forsterstraße 29 · 06112 halle (saale) · germany http://gocept.com · tel +49 345 1229889 7 · fax +49 345 1229889 1 Zope and Plone consulting and development
participants (2)
-
Christian Theune -
Jim Fulton