Re: [Zope-dev] Re: Unittests with different zope configuration?

2006-06-07 Thread Andreas Jung



--On 7. Juni 2006 08:50:41 -0230 Rocky Burt [EMAIL PROTECTED] wrote:


On Wed, 2006-07-06 at 12:04 +0200, Stefan H. Holek wrote:

I use this to set debug-mode off:

 # Switch off debug mode
 import App.config
 config = App.config.getConfiguration()
 config.debug_mode = 0
 App.config.setConfiguration(config)


Oh wow, this trick should come in handy.  Thanks Stefan!



Cheers to Mr. Testing

Andreas

pgp6NtMNQBjHI.pgp
Description: PGP signature
___
Zope-Dev maillist  -  Zope-Dev@zope.org
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 )


Re: [Zope-dev] Re: Unittests with different zope configuration?

2006-06-07 Thread Andreas Jung



--On 7. Juni 2006 14:28:03 +0200 Florent Guillaume [EMAIL PROTECTED] wrote:


Stefan H. Holek wrote:

I use this to set debug-mode off:

# Switch off debug mode
import App.config
config = App.config.getConfiguration()
config.debug_mode = 0
App.config.setConfiguration(config)


The setConfiguration() is probably unnecessary, you're modifying a
mutable datastructure.


Probably unnecessary but one should not depend on an implementation
detail in this case.

-aj

pgpTts7ZTWOGr.pgp
Description: PGP signature
___
Zope-Dev maillist  -  Zope-Dev@zope.org
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 )