File: //opt/alt/python27/lib64/python2.7/site-packages/sqlalchemy/testing/config.pyo
�
��4]c           @   so   d  d l  Z  d  d l m Z d Z d a d a d a d Z	 d a
 d a d a d e
 f d �  �  YZ d �  Z d S(   i����N(   t   SkipTestt   Configc           B   s�   e  Z d  �  Z e j �  Z e �  Z d �  Z e	 d �  � Z
 e	 d �  � Z e	 d �  � Z e	 d �  � Z
 e	 d �  � Z e	 d �  � Z e	 d �  � Z d	 �  Z RS(
   c         C   sG   |  j  | � | |  _ | |  _ | |  _ | |  _ d |  _ d |  _ d  S(   Nt   test_schemat
   test_schema_2(   t	   _set_namet   dbt   db_optst   optionst   file_configR   R   (   t   selfR   R   R   R   (    (    sL   /opt/alt/python27/lib64/python2.7/site-packages/sqlalchemy/testing/config.pyt   __init__   s    
					c         C   sg   | j  j rJ d j d �  | j  j D� � } d | j | j | f |  _ n d | j | j f |  _ d  S(   Nt   .c         s   s   |  ] } t  | � Vq d  S(   N(   t   str(   t   .0t   tok(    (    sL   /opt/alt/python27/lib64/python2.7/site-packages/sqlalchemy/testing/config.pys	   <genexpr>$   s    s
   %s+%s_[%s]s   %s+%s(   t   dialectt   server_version_infot   joint   namet   driver(   R	   R   t   svi(    (    sL   /opt/alt/python27/lib64/python2.7/site-packages/sqlalchemy/testing/config.pyR   "