ó
$Ć/Uc           @   s\   d  Z  d Z d Z d Z d Z d Z d Z d d l Z d d l Z d	 e	 f d
     YZ
 d S(   sz   Unit tests package for ndg_httpsclient

PyOpenSSL utility to make a httplib-like interface suitable for use with 
urllib2
s   P J Kershaw (STFC)s   05/01/12s2   (C) 2012 Science and Technology Facilities Councils-   BSD - see LICENSE file in top-level directorys   Philip.Kershaw@stfc.ac.uks   $Id$i˙˙˙˙Nt	   Constantsc           B   s˛   e  Z d  Z d Z d Z d Z d e e f Z d e e f Z e j	 j
 e j	 j e   Z e j	 j e d d  Z d Z e j	 j e d e  Z d Z e j	 j e d e  Z RS(	   sl   Convenience base class from which other unit tests can extend.  Its
    sets the generic data directory pathi[  i\  t	   localhosts   https://%s:%dt   pkit   cas   localhost.crts   localhost.key(   t   __name__t
   __module__t   __doc__t   PORTt   PORT2t   HOSTNAMEt   TEST_URIt	   TEST_URI2t   ost   patht   dirnamet   abspatht   __file__t   UNITTEST_DIRt   joint
   CACERT_DIRt   SSL_CERT_FILENAMEt   SSL_CERT_FILEPATHt   SSL_PRIKEY_FILENAMEt   SSL_PRIKEY_FILEPATH(    (    (    sA   /usr/lib/python2.7/dist-packages/ndg/httpsclient/test/__init__.pyR       s   (   R   t
   __author__t   __date__t   __copyright__t   __license__t   __contact__t   __revision__R   t   unittestt   objectR    (    (    (    sA   /usr/lib/python2.7/dist-packages/ndg/httpsclient/test/__init__.pyt   <module>   s   