We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 701ddaf commit 26a2884Copy full SHA for 26a2884
tests/pyreverse/test_writer.py
@@ -209,9 +209,10 @@ def test_color_for_stdlib_module(default_config: PyreverseConfig) -> None:
209
assert writer.get_shape_color(obj) == "grey"
210
211
212
-# test to check the names of the generated files are corrected
213
-# when using an incorrect character like "/" in the package name
214
def test_package_name_with_slash(default_config: PyreverseConfig) -> None:
+ """Test to check the names of the generated files are corrected
+ when using an incorrect character like "/" in the package name.
215
+ """
216
writer = DiagramWriter(default_config)
217
obj = Mock()
218
0 commit comments