ó
J~‰Pc           @@  sª   d  Z  d d l m Z d d l m Z m Z d d l m Z m Z m	 Z	 m
 Z
 e j ƒ  e j ƒ  e	 j ƒ  e
 j ƒ  g Z d „  Z d d „ Z e d k r¦ e d	 ƒ n  d
 S(   s   
GEOS Testing module.
i    (   t   absolute_import(   t	   TestSuitet   TextTestRunneri   (   t	   test_geost   test_iot   test_geos_mutationt   test_mutable_listc          C@  s+   t  ƒ  }  x t D] } |  j | ƒ q W|  S(   s'   Builds a test suite for the GEOS tests.(   R   t   test_suitest   addTest(   t   st   suite(    (    s?   ../Django//lib/python/django/contrib/gis/geos/tests/__init__.pyR
      s    	c         C@  s   t  d |  ƒ j t ƒ  ƒ d S(   s   Runs the GEOS tests.t	   verbosityN(   R   t   runR
   (   R   (    (    s?   ../Django//lib/python/django/contrib/gis/geos/tests/__init__.pyR      s    t   __main__i   N(   t   __doc__t
   __future__R    t   django.utils.unittestR   R   t    R   R   R   R   R
   R   R   t   __name__(    (    (    s?   ../Django//lib/python/django/contrib/gis/geos/tests/__init__.pyt   <module>   s   "				