File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1- metadata (version = "0 .0.1 " )
1+ metadata (version = "1 .0.0 " )
22
33module ("enum.py" )
Original file line number Diff line number Diff line change @@ -83,4 +83,9 @@ class State(Direction):
8383assert  int (str (State (State .Ready ))) ==  State .Ready 
8484assert  int (str (State (State .Ready ))) !=  State .Disabled 
8585print ("will raise exception" )
86- del  state .Triggered 
86+ try :
87+     del  state .Triggered 
88+ except  Exception  as  e :
89+     print ("Exception:" , e )
90+ 
91+ print ("OK" )
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ function ci_package_tests_run {
5454        python-stdlib/base64/test_base64.py \
5555        python-stdlib/binascii/test_binascii.py \
5656        python-stdlib/collections-defaultdict/test_defaultdict.py \
57-         python-stdlib/enum/enum_test .py   \
57+         python-stdlib/enum/test_enum .py \
5858        python-stdlib/functools/test_partial.py \
5959        python-stdlib/functools/test_reduce.py \
6060        python-stdlib/heapq/test_heapq.py \
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments