diff --git a/visidata/tests/test_commands.py b/visidata/tests/test_commands.py index 7f8dc2b52..36389a1e0 100644 --- a/visidata/tests/test_commands.py +++ b/visidata/tests/test_commands.py @@ -83,6 +83,8 @@ def isTestableCommand(longname, cmdlist): 'import-python': 'math', 'pyobj-expr-row': 'Units + "s"', # open the python object for '4' 'expand-col-depth': '0', + 'contract-col-depth': '0', + 'contract-cols-depth': '0', 'expand-cols-depth': '0', 'save-cmdlog': 'test_commands.vdj', 'aggregate-col': 'mean',