mirror of
https://github.com/Textualize/rich.git
synced 2025-08-04 18:18:22 +00:00
Merge branch 'max-depth' of github.com:willmcgugan/rich into max-depth
This commit is contained in:
commit
dafb1d567f
2 changed files with 2 additions and 2 deletions
|
@ -132,7 +132,7 @@ def test_recursive():
|
|||
|
||||
|
||||
def test_max_depth():
|
||||
d = d = {}
|
||||
d = {}
|
||||
d["foo"] = {"fob": {"a": [1, 2, 3], "b": {"z": "x", "y": ["a", "b", "c"]}}}
|
||||
|
||||
assert pretty_repr(d, max_depth=0) == "..."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue