File size: 8,186 Bytes
16dcd38 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 |
Test results generated by basefunctionsTest.py
Test started: 20230130-1746
Module name,Class name,Method name,Arguments,Test_type,Patterns tested,Summary,Failure description
basefunctions,n/a,check_is_not_none,variable,normal,3,all tests passed
basefunctions,n/a,check_is_not_none,variable,exception,6,all tests passed
basefunctions,n/a,check_is_not_none,value,normal,5,all tests passed
basefunctions,n/a,check_is_not_none,value,exception,1,all tests passed
basefunctions,n/a,check_is_string,variable,normal,3,all tests passed
basefunctions,n/a,check_is_string,variable,exception,6,all tests passed
basefunctions,n/a,check_is_string,value,normal,7,all tests passed
basefunctions,n/a,check_is_string,value,exception,4,all tests passed
basefunctions,n/a,check_is_unicode_string,variable,normal,3,all tests passed
basefunctions,n/a,check_is_unicode_string,variable,exception,6,all tests passed
basefunctions,n/a,check_is_unicode_string,value,normal,4,all tests passed
basefunctions,n/a,check_is_unicode_string,value,exception,6,6 tests failed,"Failed test for input '['testArgument', None]'; Failed test for input '['testArgument', '']'; Failed test for input '['testArgument', -123]'; Failed test for input '['testArgument', 123]'; Failed test for input '['testArgument', 1.87]'; Failed test for input '['testArgument', 'ascii']'"
basefunctions,n/a,check_is_string_or_unicode_string,variable,normal,4,all tests passed
basefunctions,n/a,check_is_string_or_unicode_string,variable,exception,6,all tests passed
basefunctions,n/a,check_is_string_or_unicode_string,value,normal,6,all tests passed
basefunctions,n/a,check_is_string_or_unicode_string,value,exception,6,all tests passed
basefunctions,n/a,check_is_non_empty_string,variable,normal,3,all tests passed
basefunctions,n/a,check_is_non_empty_string,variable,exception,6,all tests passed
basefunctions,n/a,check_is_non_empty_string,value,normal,6,all tests passed
basefunctions,n/a,check_is_non_empty_string,value,exception,7,all tests passed
basefunctions,n/a,check_is_number,variable,normal,3,all tests passed
basefunctions,n/a,check_is_number,variable,exception,6,all tests passed
basefunctions,n/a,check_is_number,value,normal,6,all tests passed
basefunctions,n/a,check_is_number,value,exception,8,all tests passed
basefunctions,n/a,check_is_positive,variable,normal,3,all tests passed
basefunctions,n/a,check_is_positive,variable,exception,6,all tests passed
basefunctions,n/a,check_is_positive,value,normal,7,all tests passed
basefunctions,n/a,check_is_positive,value,exception,8,all tests passed
basefunctions,n/a,check_is_not_negative,variable,normal,3,all tests passed
basefunctions,n/a,check_is_not_negative,variable,exception,6,all tests passed
basefunctions,n/a,check_is_not_negative,value,normal,9,all tests passed
basefunctions,n/a,check_is_not_negative,value,exception,8,all tests passed
basefunctions,n/a,check_is_normalised,variable,normal,3,all tests passed
basefunctions,n/a,check_is_normalised,variable,exception,6,all tests passed
basefunctions,n/a,check_is_normalised,value,normal,10,all tests passed
basefunctions,n/a,check_is_normalised,value,exception,10,all tests passed
basefunctions,n/a,check_is_percentage,variable,normal,3,all tests passed
basefunctions,n/a,check_is_percentage,variable,exception,6,all tests passed
basefunctions,n/a,check_is_percentage,value,normal,14,all tests passed
basefunctions,n/a,check_is_percentage,value,exception,10,all tests passed
basefunctions,n/a,check_is_integer,variable,normal,3,all tests passed
basefunctions,n/a,check_is_integer,variable,exception,6,all tests passed
basefunctions,n/a,check_is_integer,value,normal,8,all tests passed
basefunctions,n/a,check_is_integer,value,exception,10,all tests passed
basefunctions,n/a,check_is_float,variable,normal,3,all tests passed
basefunctions,n/a,check_is_float,variable,exception,6,all tests passed
basefunctions,n/a,check_is_float,value,normal,6,all tests passed
basefunctions,n/a,check_is_float,value,exception,10,all tests passed
basefunctions,n/a,check_is_dictionary,variable,normal,3,all tests passed
basefunctions,n/a,check_is_dictionary,variable,exception,6,all tests passed
basefunctions,n/a,check_is_dictionary,value,normal,3,all tests passed
basefunctions,n/a,check_is_dictionary,value,exception,4,all tests passed
basefunctions,n/a,check_is_list,variable,normal,3,all tests passed
basefunctions,n/a,check_is_list,variable,exception,6,all tests passed
basefunctions,n/a,check_is_list,value,normal,4,all tests passed
basefunctions,n/a,check_is_list,value,exception,4,all tests passed
basefunctions,n/a,check_is_set,variable,normal,3,all tests passed
basefunctions,n/a,check_is_set,variable,exception,6,all tests passed
basefunctions,n/a,check_is_set,value,normal,4,all tests passed
basefunctions,n/a,check_is_set,value,exception,6,all tests passed
basefunctions,n/a,check_is_tuple,variable,normal,3,all tests passed
basefunctions,n/a,check_is_tuple,variable,exception,6,all tests passed
basefunctions,n/a,check_is_tuple,value,normal,5,all tests passed
basefunctions,n/a,check_is_tuple,value,exception,8,all tests passed
basefunctions,n/a,check_is_flag,variable,normal,3,all tests passed
basefunctions,n/a,check_is_flag,variable,exception,6,all tests passed
basefunctions,n/a,check_is_flag,value,normal,6,all tests passed
basefunctions,n/a,check_is_flag,value,exception,6,all tests passed
basefunctions,n/a,check_unicode_encoding_exists,unicode_encoding_string,normal,3,all tests passed
basefunctions,n/a,check_unicode_encoding_exists,unicode_encoding_string,exception,4,all tests passed
basefunctions,n/a,check_is_function_or_method,variable,normal,3,all tests passed
basefunctions,n/a,check_is_function_or_method,variable,exception,6,all tests passed
basefunctions,n/a,check_is_function_or_method,value,normal,4,all tests passed
basefunctions,n/a,check_is_function_or_method,value,exception,6,all tests passed
basefunctions,n/a,char_set_ascii,string_variable,normal,5,all tests passed
basefunctions,n/a,char_set_ascii,string_variable,exception,6,all tests passed
basefunctions,n/a,check_is_valid_format_str,variable,normal,3,all tests passed
basefunctions,n/a,check_is_valid_format_str,variable,exception,6,all tests passed
basefunctions,n/a,check_is_valid_format_str,value,normal,10,all tests passed
basefunctions,n/a,check_is_valid_format_str,value,exception,8,all tests passed
basefunctions,n/a,float_to_str,number_variable,normal,5,all tests passed
basefunctions,n/a,float_to_str,number_variable,exception,6,all tests passed
basefunctions,n/a,float_to_str,format_string,normal,10,all tests passed
basefunctions,n/a,float_to_str,format_string,exception,8,all tests passed
basefunctions,n/a,str2comma_separated_list,string_variable,normal,8,all tests passed
basefunctions,n/a,str2comma_separated_list,string_variable,exception,6,1 tests failed,"Failed test for input '['']'"
basefunctions,n/a,read_csv_file,file_name,normal,3,all tests passed
basefunctions,n/a,read_csv_file,file_name,exception,6,all tests passed
basefunctions,n/a,read_csv_file,encoding,normal,4,all tests passed
basefunctions,n/a,read_csv_file,encoding,exception,6,all tests passed
basefunctions,n/a,read_csv_file,header_line,normal,6,all tests passed
basefunctions,n/a,read_csv_file,header_line,exception,6,all tests passed
basefunctions,n/a,write_csv_file,file_name,normal,4,all tests passed
basefunctions,n/a,write_csv_file,file_name,exception,6,all tests passed
basefunctions,n/a,write_csv_file,encoding,normal,4,all tests passed
basefunctions,n/a,write_csv_file,encoding,exception,6,all tests passed
basefunctions,n/a,write_csv_file,header_list,normal,6,all tests passed
basefunctions,n/a,write_csv_file,header_list,exception,6,all tests passed
basefunctions,n/a,write_csv_file,file_data,normal,6,all tests passed
basefunctions,n/a,write_csv_file,file_data,exception,7,all tests passed
basefunctions,n/a,char_set_ascii,n/a,funct,26,all tests passed
basefunctions,n/a,float_to_str,n/a,funct,44,all tests passed
basefunctions,n/a,str2comma_separated_list,n/a,funct,10,all tests passed
basefunctions,n/a,read_csv_file,n/a,funct,3,all tests passed
basefunctions,n/a,write_csv_file,n/a,funct,8,all tests passed
|