| Server IP : 118.27.122.248 / Your IP : 216.73.217.50 Web Server : Apache System : Linux web0264.sh.tyo1 4.18.0-553.79.1.lve.el7h.x86_64 #1 SMP Wed Oct 15 16:34:46 UTC 2025 x86_64 User : c9415830 ( 11735) PHP Version : 8.4.17 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /opt/alt/python27/lib64/python2.7/test/ |
Upload File : |
� �q2_c @ s� d Z d d l m Z m Z m Z d d l Z e d d e �Z d d l Z d d l Z d d l Z d d l Z d d l Z d e j f d � � YZ d � Z e d k r� e � n d S( sy Tests for the bsddb185 module. The file 185test.db found in Lib/test/ is for testing purposes with this testing suite. i����( t run_unittestt findfilet import_moduleNt bsddb185t deprecatedt Bsddb185Testsc B s# e Z d � Z d � Z d � Z RS( c C s7 t j t d � � } | j | d d � | j � d S( Ns 185test.dbt 1( R t hashopenR t assertEqualt close( t selft db( ( s7 /opt/alt/python27/lib64/python2.7/test/test_bsddb185.pyt test_open_existing_hash s c C s# | j t j t d � � d � d S( Ns 185test.dbR ( R t whichdbR ( R ( ( s7 /opt/alt/python27/lib64/python2.7/test/test_bsddb185.pyt test_whichdb s c C so t j � } zN t j j | d � } t j | d � j � t j | � } | j | d � Wd t j | � Xd S( Ns foo.dbt cR ( t tempfilet mkdtempt ost patht joint anydbmt openR R t assertNotEqualt shutilt rmtree( R t tmpdirt dbfilet ftype( ( s7 /opt/alt/python27/lib64/python2.7/test/test_bsddb185.pyt test_anydbm_create s ( t __name__t __module__R R R ( ( ( s7 /opt/alt/python27/lib64/python2.7/test/test_bsddb185.pyR s c C s t t � d S( N( R R ( ( ( s7 /opt/alt/python27/lib64/python2.7/test/test_bsddb185.pyt test_main'