Hi Benji, Adam > Betreff: Re: [Zope-dev] zope.testing 3.6.0 released > > Hello Benji, > > I think we solved that problem at the Blackforest sprint in > Freiburg with Roger. As I remember there are tests for that too.
Yes, we solved the issue that the coverage feature was loaded after the import feature. This was ending in none covered import lines and global module variable (application-like code). This was fixed in zope.testing revision 90220: - let the coverage feature start earlier then the find feature - adjust test coverage test and should be released in 3.5.5 Regards Roger Ineichen > Wednesday, October 22, 2008, 8:46:19 PM, you wrote: > > BY> On Thu, Jul 17, 2008 at 3:20 AM, Adam GROSZER > <[EMAIL PROTECTED]> wrote: > >> Hello, > >> > >> Seems like 86460 breaks it. > >> > >> I have some idea why testrunner-coverage.txt does not detect this. > >> I think it is doing coverage just on the tests code. There > seems to > >> be no "application"-like code. All code seems to come from > testcases, > >> doctests, docfiles. So far I can see. > >> > >> Right now I'm under some time pressure so implementation (of the > >> test) will have to wait. > > BY> Any sign of pressure relief? > > > -- > Best regards, > Adam GROSZER mailto:[EMAIL PROTECTED] > -- > Quote of the day: > I am always doing that which I can not do, in order that I > may learn how to do it. > - Pablo Picasso > > _______________________________________________ > Zope-Dev maillist - [email protected] > http://mail.zope.org/mailman/listinfo/zope-dev > ** No cross posts or HTML encoding! ** (Related lists - > http://mail.zope.org/mailman/listinfo/zope-announce > http://mail.zope.org/mailman/listinfo/zope ) > _______________________________________________ Zope-Dev maillist - [email protected] http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope )
