Hi, On Mon, Apr 19, 2010 at 1:03 PM, Lennart Regebro <regebro@gmail.com> wrote:
OK, I made a branch of zope.testing that doesn't include the testrunner. That was easy peasy.
http://svn.zope.org/zope.testing/branches/regebro-notestrunner/
And I made a zope.testrunner:
http://svn.zope.org/zope.testrunner/trunk
That was pretty easy too. Except one thing: The shuffle feature shuffles things differently in zope.testrunner compared to in zope.testing.testrunner, which seems to be because it finds the layers in a different order.
Anybody using the shuffle feature with seeds in their tests, so we can make sure it still actually works?
I wrote the shuffle feature in the first place and we are sometimes using it here. I won't have time today, but I can take a look tomorrow I guess (I need to catch up with the "Circular dependency hell" thread and with zope.testrunner first, though). Regards, Jonathan