File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7676 "INSTALLED_PT_EXPT" ,
7777 "INSTALLED_TF" ,
7878 "CommonTest" ,
79+ "parameterize_func" ,
7980 "parameterized" ,
8081 "parameterized_cases" ,
81- "parameterize_func" ,
8282]
8383
8484SKIP_FLAG = object ()
@@ -686,12 +686,12 @@ class TestClass(base_class):
686686 for x in pp :
687687 s = str (x )
688688 # replace non-alnum with underscore, collapse multiple underscores
689- s = re .sub (r' [^a-zA-Z0-9_]' , '_' , s )
690- s = re .sub (r'_+' , '_' , s )
689+ s = re .sub (r" [^a-zA-Z0-9_]" , "_" , s )
690+ s = re .sub (r"_+" , "_" , s )
691691 # remove leading/trailing underscores
692- s = s .strip ('_' )
693- if s == '' :
694- s = ' empty'
692+ s = s .strip ("_" )
693+ if s == "" :
694+ s = " empty"
695695 parts .append (s )
696696 name = f"{ base_class .__name__ } _{ '_' .join (parts )} "
697697
Original file line number Diff line number Diff line change 5757 descrpt_se_atten_args ,
5858)
5959
60-
6160DPA1_CURATED_CASES = (
6261 (
6362 4 ,
Original file line number Diff line number Diff line change 6363 descrpt_dpa2_args ,
6464)
6565
66-
6766DPA2_CURATED_CASES = (
6867 (
6968 "concat" ,
You can’t perform that action at this time.
0 commit comments