Skip to content

Commit 26a2884

Browse files
Apply suggestions from code review
1 parent 701ddaf commit 26a2884

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/pyreverse/test_writer.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -209,9 +209,10 @@ def test_color_for_stdlib_module(default_config: PyreverseConfig) -> None:
209209
assert writer.get_shape_color(obj) == "grey"
210210

211211

212-
# test to check the names of the generated files are corrected
213-
# when using an incorrect character like "/" in the package name
214212
def test_package_name_with_slash(default_config: PyreverseConfig) -> None:
213+
"""Test to check the names of the generated files are corrected
214+
when using an incorrect character like "/" in the package name.
215+
"""
215216
writer = DiagramWriter(default_config)
216217
obj = Mock()
217218

0 commit comments

Comments
 (0)