ó
ÔËÞKc           @   s£   d  Z  d d l m Z m Z m Z d d l m Z m Z d e f d „  ƒ  YZ d „  Z	 d e f d „  ƒ  YZ
 d	 e
 f d
 „  ƒ  YZ e d k rŸ e d d ƒ n  d S(   sR   Documentation tests.

$Id: test_document.py 110536 2010-04-06 02:59:44Z tseaver $
iÿÿÿÿ(   t   TestCaset   maint	   makeSuite(   t	   Interfacet	   Attributet   Testc           B   s   e  Z d  „  Z RS(   c         C   s*   d d l  m } |  j | t ƒ d ƒ d  S(   Niÿÿÿÿ(   t   asStructuredTexts¸   I2

 I2 doc

 This interface extends:

  o _I1

 Attributes:

  a1 -- no documentation

  a2 -- a2 doc

 Methods:

  f21() -- f21 doc

  f22() -- no documentation

  f23() -- f23 doc

(   t   zope.interface.documentR   t   assertEqualt   I2(   t   selfR   (    (    sF   /usr/lib/python2.7/dist-packages/zope/interface/tests/test_document.pyt	   testBlech   s    (   t   __name__t
   __module__R   (    (    (    sF   /usr/lib/python2.7/dist-packages/zope/interface/tests/test_document.pyR      s   c           C   s
   t  t ƒ S(   N(   R   R   (    (    (    sF   /usr/lib/python2.7/dist-packages/zope/interface/tests/test_document.pyt
   test_suite5   s    t   _I1c           B   s   e  Z d  „  Z d „  Z RS(   c           C   s   d  S(   N(    (    (    (    sF   /usr/lib/python2.7/dist-packages/zope/interface/tests/test_document.pyt   f119   s    c           C   s   d  S(   N(    (    (    (    sF   /usr/lib/python2.7/dist-packages/zope/interface/tests/test_document.pyt   f12:   s    (   R   R   R   R   (    (    (    sF   /usr/lib/python2.7/dist-packages/zope/interface/tests/test_document.pyR   8   s   	R	   c           B   sD   e  Z d  Z e d ƒ Z e d d ƒ Z d „  Z d „  Z d „  Z RS(   s   I2 doct   a1t   a2s   a2 docc           C   s   d S(   s   f21 docN(    (    (    (    sF   /usr/lib/python2.7/dist-packages/zope/interface/tests/test_document.pyt   f21B   s    c           C   s   d  S(   N(    (    (    (    sF   /usr/lib/python2.7/dist-packages/zope/interface/tests/test_document.pyt   f22C   s    c           C   s   d S(   s   f23 docN(    (    (    (    sF   /usr/lib/python2.7/dist-packages/zope/interface/tests/test_document.pyt   f23D   s    (	   R   R   t   __doc__R   R   R   R   R   R   (    (    (    sF   /usr/lib/python2.7/dist-packages/zope/interface/tests/test_document.pyR	   <   s   		t   __main__t   defaultTestR   N(   R   t   unittestR    R   R   t   zope.interfaceR   R   R   R   R   R	   R   (    (    (    sF   /usr/lib/python2.7/dist-packages/zope/interface/tests/test_document.pyt   <module>   s   	
