-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ruff_python_formatter: add 'dynamic' mode tests
This commit adds a few tests specifically for checking the 'dynamic' line width mode for formatting docstring code examples.
- Loading branch information
1 parent
76e2795
commit 770a101
Showing
3 changed files
with
1,412 additions
and
0 deletions.
There are no files selected for viewing
26 changes: 26 additions & 0 deletions
26
...tter/resources/test/fixtures/ruff/docstring_code_examples_dynamic_line_width.options.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
[ | ||
{ | ||
"docstring_code": "enabled", | ||
"docstring_code_line_width": "dynamic", | ||
"indent_style": "space", | ||
"indent_width": 4 | ||
}, | ||
{ | ||
"docstring_code": "enabled", | ||
"docstring_code_line_width": "dynamic", | ||
"indent_style": "space", | ||
"indent_width": 2 | ||
}, | ||
{ | ||
"docstring_code": "enabled", | ||
"docstring_code_line_width": "dynamic", | ||
"indent_style": "tab", | ||
"indent_width": 4 | ||
}, | ||
{ | ||
"docstring_code": "enabled", | ||
"docstring_code_line_width": "dynamic", | ||
"indent_style": "tab", | ||
"indent_width": 8 | ||
} | ||
] |
126 changes: 126 additions & 0 deletions
126
...thon_formatter/resources/test/fixtures/ruff/docstring_code_examples_dynamic_line_width.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,126 @@ | ||
def simple(): | ||
""" | ||
First line. | ||
```py | ||
class Abcdefghijklmopqrstuvwxyz(Abc, Def, Ghi, Jkl, Mno, Pqr, Stu, Vwx, Yz, A1, A2, A3, A4, A5): | ||
def abcdefghijklmnopqrstuvwxyz(self, abc, ddef, ghi, jkl, mno, pqr, stu, vwx, yz, a1, a2, a3, a4): | ||
def abcdefghijklmnopqrstuvwxyz(abc, ddef, ghi, jkl, mno, pqr, stu, vwx, yz, a1, a2, a3, a4): | ||
# For 4 space indents, this is just one character shy of | ||
# tripping the default line width of 88. So it should not be | ||
# wrapped. | ||
print(abc, ddef, ghi, jkl, mno, pqr, stu, vwx, yz, a1, a2, a3, a4, a567) | ||
return 5 | ||
self.x = doit( 5 ) | ||
``` | ||
Done. | ||
""" | ||
pass | ||
|
||
|
||
# Like simple, but we double everything up to ensure the indent level is | ||
# tracked correctly. | ||
def repeated(): | ||
""" | ||
First line. | ||
```py | ||
class Abcdefghijklmopqrstuvwxyz(Abc, Def, Ghi, Jkl, Mno, Pqr, Stu, Vwx, Yz, A1, A2, A3, A4, A5): | ||
def abcdefghijklmnopqrstuvwxyz(self, abc, ddef, ghi, jkl, mno, pqr, stu, vwx, yz, a1, a2, a3, a4): | ||
def abcdefghijklmnopqrstuvwxyz(abc, ddef, ghi, jkl, mno, pqr, stu, vwx, yz, a1, a2, a3, a4): | ||
# For 4 space indents, this is just one character shy of | ||
# tripping the default line width of 88. So it should not be | ||
# wrapped. | ||
print(abc, ddef, ghi, jkl, mno, pqr, stu, vwx, yz, a1, a2, a3, a4, a567) | ||
return 5 | ||
self.x = doit( 5 ) | ||
def abcdefghijklmnopqrstuvwxyz(abc, ddef, ghi, jkl, mno, pqr, stu, vwx, yz, a1, a2, a3, a4): | ||
# For 4 space indents, this is just one character shy of | ||
# tripping the default line width of 88. So it should not be | ||
# wrapped. | ||
print(abc, ddef, ghi, jkl, mno, pqr, stu, vwx, yz, a1, a2, a3, a4, a567) | ||
return 5 | ||
self.x = doit( 5 ) | ||
def abcdefghijklmnopqrstuvwxyz(self, abc, ddef, ghi, jkl, mno, pqr, stu, vwx, yz, a1, a2, a3, a4): | ||
def abcdefghijklmnopqrstuvwxyz(abc, ddef, ghi, jkl, mno, pqr, stu, vwx, yz, a1, a2, a3, a4): | ||
# For 4 space indents, this is just one character shy of | ||
# tripping the default line width of 88. So it should not be | ||
# wrapped. | ||
print(abc, ddef, ghi, jkl, mno, pqr, stu, vwx, yz, a1, a2, a3, a4, a567) | ||
return 5 | ||
self.x = doit( 5 ) | ||
def abcdefghijklmnopqrstuvwxyz(abc, ddef, ghi, jkl, mno, pqr, stu, vwx, yz, a1, a2, a3, a4): | ||
# For 4 space indents, this is just one character shy of | ||
# tripping the default line width of 88. So it should not be | ||
# wrapped. | ||
print(abc, ddef, ghi, jkl, mno, pqr, stu, vwx, yz, a1, a2, a3, a4, a567) | ||
return 5 | ||
self.x = doit( 5 ) | ||
class Abcdefghijklmopqrstuvwxyz(Abc, Def, Ghi, Jkl, Mno, Pqr, Stu, Vwx, Yz, A1, A2, A3, A4, A5): | ||
def abcdefghijklmnopqrstuvwxyz(self, abc, ddef, ghi, jkl, mno, pqr, stu, vwx, yz, a1, a2, a3, a4): | ||
def abcdefghijklmnopqrstuvwxyz(abc, ddef, ghi, jkl, mno, pqr, stu, vwx, yz, a1, a2, a3, a4): | ||
# For 4 space indents, this is just one character shy of | ||
# tripping the default line width of 88. So it should not be | ||
# wrapped. | ||
print(abc, ddef, ghi, jkl, mno, pqr, stu, vwx, yz, a1, a2, a3, a4, a567) | ||
return 5 | ||
self.x = doit( 5 ) | ||
def abcdefghijklmnopqrstuvwxyz(abc, ddef, ghi, jkl, mno, pqr, stu, vwx, yz, a1, a2, a3, a4): | ||
# For 4 space indents, this is just one character shy of | ||
# tripping the default line width of 88. So it should not be | ||
# wrapped. | ||
print(abc, ddef, ghi, jkl, mno, pqr, stu, vwx, yz, a1, a2, a3, a4, a567) | ||
return 5 | ||
self.x = doit( 5 ) | ||
def abcdefghijklmnopqrstuvwxyz(self, abc, ddef, ghi, jkl, mno, pqr, stu, vwx, yz, a1, a2, a3, a4): | ||
def abcdefghijklmnopqrstuvwxyz(abc, ddef, ghi, jkl, mno, pqr, stu, vwx, yz, a1, a2, a3, a4): | ||
# For 4 space indents, this is just one character shy of | ||
# tripping the default line width of 88. So it should not be | ||
# wrapped. | ||
print(abc, ddef, ghi, jkl, mno, pqr, stu, vwx, yz, a1, a2, a3, a4, a567) | ||
return 5 | ||
self.x = doit( 5 ) | ||
def abcdefghijklmnopqrstuvwxyz(abc, ddef, ghi, jkl, mno, pqr, stu, vwx, yz, a1, a2, a3, a4): | ||
# For 4 space indents, this is just one character shy of | ||
# tripping the default line width of 88. So it should not be | ||
# wrapped. | ||
print(abc, ddef, ghi, jkl, mno, pqr, stu, vwx, yz, a1, a2, a3, a4, a567) | ||
return 5 | ||
self.x = doit( 5 ) | ||
``` | ||
Done. | ||
""" | ||
pass | ||
|
||
|
||
# Like simple, but we make one line exactly one character longer than the limit | ||
# (for 4-space indents) and make sure it gets wrapped. | ||
def barely_exceeds_limit(): | ||
""" | ||
First line. | ||
```py | ||
class Abcdefghijklmopqrstuvwxyz(Abc, Def, Ghi, Jkl, Mno, Pqr, Stu, Vwx, Yz, A1, A2, A3, A4, A5): | ||
def abcdefghijklmnopqrstuvwxyz(self, abc, ddef, ghi, jkl, mno, pqr, stu, vwx, yz, a1, a2, a3, a4): | ||
def abcdefghijklmnopqrstuvwxyz(abc, ddef, ghi, jkl, mno, pqr, stu, vwx, yz, a1, a2, a3, a4): | ||
# For 4 space indents, this is 89 columns, which is one | ||
# more than the limit. Therefore, it should get wrapped for | ||
# indent_width >= 4. | ||
print(abc, ddef, ghi, jkl, mno, pqr, stu, vwx, yz, a1, a2, a3, a4, a5678) | ||
return 5 | ||
self.x = doit( 5 ) | ||
``` | ||
Done. | ||
""" | ||
pass |
Oops, something went wrong.