ó
H`¾Tc           @   s;   d  Z  d d l Z d d l Z d e j f d „  ƒ  YZ d S(   sf   Quick and easy way to get setup.py test to run py.test without any
custom setuptools/distutils code.

iÿÿÿÿNt	   TestSuitec           B   s   e  Z d  „  Z RS(   c         C   s   t  j ƒ  d  S(   N(   t   pytestt   main(   t   self(    (    sf   /var/www/send.findwatt.com/datamanager/lib/python2.7/site-packages/sqlalchemy/testing/distutils_run.pyt   test_sqlalchemy
   s    (   t   __name__t
   __module__R   (    (    (    sf   /var/www/send.findwatt.com/datamanager/lib/python2.7/site-packages/sqlalchemy/testing/distutils_run.pyR    	   s   (   t   __doc__t   unittestR   t   TestCaseR    (    (    (    sf   /var/www/send.findwatt.com/datamanager/lib/python2.7/site-packages/sqlalchemy/testing/distutils_run.pyt   <module>   s   