Package zope :: Package interface :: Package tests :: Module test_advice
[show private | hide private]
[frames | no frames]

Module zope.interface.tests.test_advice

Tests for advice

This module was adapted from 'protocols.tests.advice', part of the Python Enterprise Application Kit (PEAK). Please notify the PEAK authors (pje@telecommunity.com and tsarna@sarna.org) if bugs are found or Zope-specific changes are required, so that the PEAK version of this module can be kept in sync.

PEAK is a Python application framework that interoperates with (but does not require) Zope 3 and Twisted. It provides tools for manipulating UML models, object-relational persistence, aspect-oriented programming, and more. Visit the PEAK home page at http://peak.telecommunity.com for more information.

$Id: test_advice.py,v 1.2 2005/06/24 16:52:47 nyergler Exp $
Classes
AdviceTests  
ClassicClass  
FrameInfoTest  
NewStyleClass  

Function Summary
  ping(log, value)
  test_suite()

Variable Summary
tuple moduleLevelFrameInfo = ('module', <module 'zope.interfac...
tuple TestClasses = (<class 'zope.interface.tests.test_advice....

Variable Details

moduleLevelFrameInfo

Type:
tuple
Value:
('module',
 <module 'zope.interface.tests.test_advice' from '/home/nathan/Project\
s/publisher/zope/interface/tests/test_advice.pyc'>,
 {'AdviceTests': <class 'zope.interface.tests.test_advice.AdviceTests'\
>,
  'ClassType': <type 'classobj'>,
  'ClassicClass': <class zope.interface.tests.test_advice.ClassicClass\
 at 0xb5a29bcc>,
...                                                                    

TestClasses

Type:
tuple
Value:
(<class 'zope.interface.tests.test_advice.AdviceTests'>,
 <class 'zope.interface.tests.test_advice.FrameInfoTest'>)             

Generated by Epydoc 2.1 on Fri Jun 24 12:01:24 2005 http://epydoc.sf.net