ó
BwLc           @   si   d  Z  d Z d d l Z d e j f d „  ƒ  YZ i  d „ Z e d k re d „  Z e j d	 d
 ƒ n  d S(   s1   Self-test suite for Crypto.Random.OSRNG.winrandoms   $Id$iÿÿÿÿNt
   SimpleTestc           B   s   e  Z d  „  Z RS(   c         C   sN   d d l  m } | j ƒ  } | j d ƒ } | j d ƒ } |  j | | ƒ d S(   s   Crypto.Random.OSRNG.winrandomiÿÿÿÿ(   t	   winrandomi   N(   t   Crypto.Random.OSRNGR   t   newt	   get_bytest   assertNotEqual(   t   selfR   t   randobjt   xt   y(    (    sO   /usr/lib/python2.7/dist-packages/Crypto/SelfTest/Random/OSRNG/test_winrandom.pyt   runTest    s
    (   t   __name__t
   __module__R
   (    (    (    sO   /usr/lib/python2.7/dist-packages/Crypto/SelfTest/Random/OSRNG/test_winrandom.pyR       s   c         C   s
   t  ƒ  g S(   N(   R    (   t   config(    (    sO   /usr/lib/python2.7/dist-packages/Crypto/SelfTest/Random/OSRNG/test_winrandom.pyt	   get_tests)   s    t   __main__c           C   s   t  j t ƒ  ƒ S(   N(   t   unittestt	   TestSuiteR   (    (    (    sO   /usr/lib/python2.7/dist-packages/Crypto/SelfTest/Random/OSRNG/test_winrandom.pyt   <lambda>-   s    t   defaultTestt   suite(	   t   __doc__t   __revision__R   t   TestCaseR    R   R   R   t   main(    (    (    sO   /usr/lib/python2.7/dist-packages/Crypto/SelfTest/Random/OSRNG/test_winrandom.pyt   <module>   s   
	