All patches and comments are welcome. Please squash your changes to logical
commits before using git-format-patch and git-send-email to
patches@git.madduck.net.
If you'd read over the Git project's submission guidelines and adhered to them,
I'd be especially grateful.
3 def test(self) -> None:
4 with patch("black.out", print):
6 unstyle(str(report)), "1 file reformatted, 1 file failed to reformat."
10 "1 file reformatted, 1 file left unchanged, 1 file failed to reformat.",
14 "2 files reformatted, 1 file left unchanged, "
15 "1 file failed to reformat.",
19 "2 files reformatted, 2 files left unchanged, "
20 "2 files failed to reformat.",
36 "Utterly failed doctest test for %s\n"
37 ' File "%s", line %s, in %s\n\n%s'
38 % (test.name, test.filename, lineno, lname, err)
41 def omitting_trailers(self) -> None:
43 hey_this_is_a_very_long_call, it_has_funny_attributes, really=True
46 hey_this_is_a_very_long_call, it_has_funny_attributes, really=True
47 )[OneLevelIndex][TwoLevelIndex][ThreeLevelIndex][FourLevelIndex]
48 d[0][1][2][3][4][5][6][7][8][9][10][11][12][13][14][15][16][17][18][19][20][21][
52 some.rather.elaborate.rule() and another.rule.ending_with.index[123]
55 def easy_asserts(self) -> None:
66 } == expected, "Not what we expected"
78 }, "Not what we expected"
92 def tricky_asserts(self) -> None:
104 value, is_going_to_be="too long to fit in a single line", srsly=True
105 ), "Not what we expected"
118 "Not what we expected and the message is too long to fit in one line"
122 value, is_going_to_be="too long to fit in a single line", srsly=True
133 }, "Not what we expected"
146 "Not what we expected and the message is too long to fit "
147 "in one line because it's too long"
150 dis_c_instance_method = """\
151 %3d 0 LOAD_FAST 1 (x)
156 10 LOAD_CONST 0 (None)
159 _C.__init__.__code__.co_firstlineno + 1,
163 expectedexpectedexpectedexpectedexpectedexpectedexpectedexpectedexpect