Re: AW: Why do we restrict our egg testing?
"Fred Drake" <[email protected]> Thu, 27 Sep 2007 10:49:40 -0400
| Newsgroups | gmane.comp.web.zope.zope3 |
|---|---|
| Message-ID | <[email protected]> |
On 9/27/07, Roger Ineichen <[email protected]> wrote: > No I excpect some of them, but others excpect others. > So I'm pretty shure if we count all different setup then > we can excpect all packages in the summary. If you think that testing "the whole Zope 3 pile" with the changed egg is something that would help, I'd suggest that's a job for a buildbot. The tests for a specific egg should test the contract for that egg. This includes a lot of things, including the effects of "public" ZCML files. > That's the problem you only solve your problems with > this pattern. but the zope namspace suggest participation. > And you can't ensure quality wiht this point of view. No. When I find that a change is needed in a package, it's because it didn't fulfill it's contract. Changes to the package should include tests that the contract requires and is met by the changes. That helps everyone who depends on the contract of that package. Everything else is out of scope for that package. -Fred -- Fred L. Drake, Jr. <fdrake at gmail.com> "Chaos is the score upon which reality is written." --Henry Miller