We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01de52d commit 4b59ab8Copy full SHA for 4b59ab8
tests/pyreverse/test_writer.py
@@ -277,10 +277,10 @@ def test_should_show_node_with_depth_limit(
277
"""Test that nodes are filtered correctly when depth limit is set.
278
279
Depth counting is zero-based, determined by number of dots in path:
280
- - pkg -> depth 0 (0 dots)
281
- - pkg.subpkg -> depth 1 (1 dot)
282
- - pkg.subpkg.module -> depth 2 (2 dots)
283
- - pkg.subpkg.module.submodule -> depth 3 (3 dots)
+ - 'pkg' -> depth 0 (0 dots)
+ - 'pkg.subpkg' -> depth 1 (1 dot)
+ - 'pkg.subpkg.module' -> depth 2 (2 dots)
+ - 'pkg.subpkg.module.submodule' -> depth 3 (3 dots)
284
"""
285
writer = DiagramWriter(default_config)
286
print("max_depth:", max_depth)
0 commit comments