mirror of
				https://github.com/python/cpython.git
				synced 2025-11-03 19:34:08 +00:00 
			
		
		
		
	Fix dbshelve and much of dbtables.
This commit is contained in:
		
							parent
							
								
									9b01862d32
								
							
						
					
					
						commit
						cccc58d993
					
				
					 4 changed files with 66 additions and 53 deletions
				
			
		| 
						 | 
				
			
			@ -31,22 +31,22 @@ def suite():
 | 
			
		|||
            unlink(f)
 | 
			
		||||
 | 
			
		||||
    test_modules = [
 | 
			
		||||
        #'test_associate',
 | 
			
		||||
        #'test_basics',
 | 
			
		||||
        #'test_compat',
 | 
			
		||||
        #'test_dbobj',
 | 
			
		||||
        'test_associate',
 | 
			
		||||
        'test_basics',
 | 
			
		||||
        'test_compat',
 | 
			
		||||
        'test_dbobj',
 | 
			
		||||
        'test_dbshelve',
 | 
			
		||||
        #'test_dbtables',
 | 
			
		||||
        #'test_env_close',
 | 
			
		||||
        #'test_get_none',
 | 
			
		||||
        #'test_join',
 | 
			
		||||
        #'test_lock',
 | 
			
		||||
        #'test_misc',
 | 
			
		||||
        #'test_queue',
 | 
			
		||||
        #'test_recno',
 | 
			
		||||
        #'test_thread',
 | 
			
		||||
        #'test_sequence',
 | 
			
		||||
        #'test_cursor_pget_bug',
 | 
			
		||||
        'test_dbtables',
 | 
			
		||||
        'test_env_close',
 | 
			
		||||
        'test_get_none',
 | 
			
		||||
        'test_join',
 | 
			
		||||
        'test_lock',
 | 
			
		||||
        'test_misc',
 | 
			
		||||
        'test_queue',
 | 
			
		||||
        'test_recno',
 | 
			
		||||
        'test_thread',
 | 
			
		||||
        'test_sequence',
 | 
			
		||||
        'test_cursor_pget_bug',
 | 
			
		||||
        ]
 | 
			
		||||
 | 
			
		||||
    alltests = unittest.TestSuite()
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue