ó
ìŠ'Gc           @   sU   d  d l  Z  d  d l Z d  d l m Z d  d l m Z d e  j f d „  ƒ  YZ d S(   iÿÿÿÿN(   t   minidom(   t   globt   DocsTestc           B   s   e  Z d  „  Z RS(   c         C   s‘   xŠ t  d ƒ D]o } t j j | ƒ r+ q n  | j d ƒ s | j d ƒ rO q n  y t j | ƒ Wq |  j d | ƒ Pq Xq W|  j t	 ƒ d  S(   Ns   docs/*s   .csss   .jss   Not well formed: (
   R   t   ost   patht   isdirt   endswithR    t   parset   failt
   assertTruet   True(   t   selft   doc(    (    s@   /home/sa3ruby/intertwingly.net/code/venus-bzr/tests/test_docs.pyt   test_well_formed	   s      	(   t   __name__t
   __module__R   (    (    (    s@   /home/sa3ruby/intertwingly.net/code/venus-bzr/tests/test_docs.pyR      s   (   t   unittestR   t   xml.domR    R   t   TestCaseR   (    (    (    s@   /home/sa3ruby/intertwingly.net/code/venus-bzr/tests/test_docs.pyt   <module>   s   