lookout.style.format.tests.test_uast_stability_checker¶
Module Contents¶
-
class
lookout.style.format.tests.test_uast_stability_checker.PostprocessingTests¶ Bases:
unittest.TestCase-
classmethod
setUpClass(cls)¶
-
classmethod
tearDownClass(cls)¶
-
setUp(self)¶
-
_to_label(self, classes:Sequence[str])¶
-
static
_grouped_predictions_mapping(vnodes:Sequence[VirtualNode], indices:Optional[Sequence[int]])¶
-
edit_and_test(self, code:str, modifs:Mapping[int, Sequence[str]], *, quote_indices:Optional[Tuple[int, ...]]=None, bad_indices:Optional[FrozenSet[int]]=None)¶
-
test_posprocess(self)¶
-
test_bad_and_good_quotes(self)¶
-
test_lonely_quote(self)¶
-
test_multiple_files(self)¶
-
classmethod