Am 01.03.2010 08:33 schrieb Christoph Zwerschke: > I'm currently trying to evaluate whether these failures with the > --timid method can be fixed in coverage and how to set --timid with > nose other than via a .coveragerc config file.
Update: There is no such option, so I have now added a .coveragerc file with timid=True to the TG 1.1 and 1.5 test suites. The two failing tests with coverage on Py2.4/2.5 are caused by Python bug 1569356; the test suite skips these now when it would be hit by this bug. The coverage report looks much better now: http://ci.csh.rit.edu/view/TurboGears/job/TurboGears-1.5-py2.4/ There's still something broken with the py2.6 build, though. Not sure what is causing this, on my machine it runs fine Py 2.6. -- Christoph -- You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/turbogears?hl=en.

