ó
EõMPc           @@  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
 m Z e j ƒ  e j ƒ  e	 j ƒ  e
 j ƒ  e j ƒ  g Z d „  Z d d „ Z d S(	   sc   
Module for executing all of the GDAL tests.  None
of these tests require the use of the database.
i    (   t   absolute_import(   t	   TestSuitet   TextTestRunneri   (   t   test_drivert   test_dst   test_envelopet	   test_geomt   test_srsc          C@  s+   t  ƒ  }  x t D] } |  j | ƒ q W|  S(   s'   Builds a test suite for the GDAL tests.(   R   t   test_suitest   addTest(   t   st
   test_suite(    (    s?   ../Django//lib/python/django/contrib/gis/gdal/tests/__init__.pyt   suite   s    	c         C@  s   t  d |  ƒ j t ƒ  ƒ d S(   s   Runs the GDAL tests.t	   verbosityN(   R   t   runR   (   R   (    (    s?   ../Django//lib/python/django/contrib/gis/gdal/tests/__init__.pyR      s    N(   t   __doc__t
   __future__R    t   django.utils.unittestR   R   t    R   R   R   R   R   R   R   R   (    (    (    s?   ../Django//lib/python/django/contrib/gis/gdal/tests/__init__.pyt   <module>   s   (					