[Zope-dev] zope.testing 3.7.7 released

2009-07-14 Thread Christian Theune
Hi, I just released zope.testing 3.7.7. It contains two interesting changes: - The test runner now correctly does *not* descend into `test-path`s which are not Python packages. This solves an issue with eggs being picked up when run from buildout directories which both contained the dev

Re: [Zope-dev] test setup layer sorting

2009-07-14 Thread Reinout van Rees
On 2009-07-13, Marius Gedminas wrote: > > zope.testing supports test layers that muck up the global state > irrepairably (by letting the layer's tearDown method raise > NotImplementedError) and continues running the subsequent test layers in > a fresh and squeaky-clean subprocess. > > Unfortunatel

Re: [Zope-dev] test setup layer sorting

2009-07-14 Thread Reinout van Rees
On 2009-07-13, Marius Gedminas wrote: > > > On Mon, Jul 13, 2009 at 12:27:50PM +, Reinout van Rees wrote: >> I my test files, I had two separate zcml files (one registered a bit >> more than the other). So I ended up with two separate ZCMLLayer >> subclasses. And both did some grokking. So