Searched refs:name_column_width (Results 1 – 2 of 2) sorted by relevance
248 name_column_width = max(len(result['test_name']) + len(result['dut_name'])251 padded_name = _get_show_test_name(result).ljust(name_column_width)
528 def log_using(self, log_function, name_column_width): argument534 padded_name = self.name.ljust(name_column_width)