ó
E®Uc           @   sB   d  Z  d d l m Z d d l Z d e j j f d „  ƒ  YZ d S(   s¤   Tests for the Auth Python bindings.

Note that this just tests the bindings work. It does not intend to test
the functionality, that's already done in other tests.
iÿÿÿÿ(   t   authNt	   AuthTestsc           B   s   e  Z d  „  Z RS(   c         C   s   t  j ƒ  d  S(   N(   R    t   system_session(   t   self(    (    s4   /usr/lib/python2.7/dist-packages/samba/tests/auth.pyt   test_system_session   s    (   t   __name__t
   __module__R   (    (    (    s4   /usr/lib/python2.7/dist-packages/samba/tests/auth.pyR      s   (   t   __doc__t   sambaR    t   samba.testst   testst   TestCaseR   (    (    (    s4   /usr/lib/python2.7/dist-packages/samba/tests/auth.pyt   <module>   s   