łň
JéŹFc           @   sU   d  d k  Z  d  d k Z d  d k l Z d  d k l Z d e  i 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]t } t i i |  o q n | i d  p | i d  o q n y t i |  Wq |  i d |  Pq Xq W|  i 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/sgala/newcode/venus/tests/test_docs.pyt   test_well_formed	   s     '	(   t   __name__t
   __module__R   (    (    (    s,   /home/sgala/newcode/venus/tests/test_docs.pyR      s   (   t   unittestR   t   xml.domR    R   t   TestCaseR   (    (    (    s,   /home/sgala/newcode/venus/tests/test_docs.pys   <module>   s   
