Searched refs:list_of_expected (Results 1 – 3 of 3) sorted by relevance
/external/yapf/yapftests/ |
D | pytree_unwrapper_test.py | 26 def _CheckUnwrappedLines(self, uwlines, list_of_expected): argument 43 self.assertEqual(list_of_expected, actual) 292 def _CheckMatchingBrackets(self, uwlines, list_of_expected): argument 309 for index, bracket_list in enumerate(list_of_expected):
|
D | split_penalty_test.py | 51 def _CheckPenalties(self, tree, list_of_expected): argument 72 self.assertEqual(list_of_expected, FlattenRec(tree))
|
D | subtype_assigner_test.py | 27 def _CheckFormatTokenSubtypes(self, uwlines, list_of_expected): argument 43 self.assertEqual(list_of_expected, actual)
|