[buildout] "Couldn't find index page for" in tests
Hi All, I see a few tests for buildout recipes that use zc.buildout.testing but also use a RENormalizer to hide "Couldn't find index page for" errors.. Why is this error showing up and why is it okay to hide it? not-joining-the-cargo-cult-ly yours, Chris -- Simplistix - Content Management, Batch Processing & Python Consulting - http://www.simplistix.co.uk
On Dec 14, 2009, at 9:05 AM, Chris Withers wrote:
Hi All,
I see a few tests for buildout recipes that use zc.buildout.testing but also use a RENormalizer to hide "Couldn't find index page for" errors..
Why is this error showing up and why is it okay to hide it?
not-joining-the-cargo-cult-ly yours,
Which cargo cult are you not joining? Perhaps we could start a news/support group. S
On 12/14/09 3:05 PM, Chris Withers wrote:
Hi All,
I see a few tests for buildout recipes that use zc.buildout.testing but also use a RENormalizer to hide "Couldn't find index page for" errors..
Why is this error showing up and why is it okay to hide it?
I saw it too lately when working on z3c.recipe.compattest. I thought the "index page not found" meant that you did not add those packages to your test buildout environment with either zc.buildout.testing.install() or zc.buildout.testing.install_develop(), see for instance http://svn.plone.org/svn/collective/collective.buildbot/trunk/collective/bui... Reinout -- Reinout van Rees - reinout@vanrees.org - http://reinout.vanrees.org Software developer at http://www.thehealthagency.com "Military engineers build missiles. Civil engineers build targets"
Reinout van Rees wrote:
I thought the "index page not found" meant that you did not add those packages to your test buildout environment with either zc.buildout.testing.install() or zc.buildout.testing.install_develop(),
Nope, if you don't do these, you get errors saying the package couldn't be installed. So, still looking for the answer... Chris -- Simplistix - Content Management, Batch Processing & Python Consulting - http://www.simplistix.co.uk
participants (3)
-
Chris Withers -
Reinout van Rees -
ssteinerX@gmail.com