[Zope-dev] unit tests

2007-04-12 Thread Miles
Hi, I am running a set of unit tests for a custom product nightly via a buildbot installation, via bin/zopectl test -s Products.MyProduct in zope 2.9. Sorry in advance that this looks complicated - my query is actually pretty straightforward! Recently, I introduced a bug in the

Re: [Zope-dev] unit tests

2007-04-12 Thread Jens Vagelpohl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12 Apr 2007, at 13:35, Miles wrote: However, having logged this, the testrunner proceeded to run all my tests correctly, and so the buildbot reported a pass. I expected the testrunner to bomb out on encountering this error, but it didn't -

Re: [Zope-dev] Unit tests for Zope products: how to test HTTP access to objectsin ZODB?

2002-11-08 Thread Dieter Maurer
Craeg K Strong writes: I am trying to add some unit tests for my XMLTransform product that test URL to Zope object traversal. For example, I want to ensure that one XSLT (a zope object) can include another using xsl:include ../foo.xsl/ Zope should transform the above into a

[Zope-dev] Unit tests for Zope products: how to test HTTP access to objectsin ZODB?

2002-11-06 Thread Craeg K Strong
Hello: I am trying to add some unit tests for my XMLTransform product that test URL to Zope object traversal. For example, I want to ensure that one XSLT (a zope object) can include another using xsl:include ../foo.xsl/ Zope should transform the above into a request for a zope object with an