Skip to content

Commit

Permalink
[tests-] specify default input for contract-col(s)-depth
Browse files Browse the repository at this point in the history
  • Loading branch information
anjakefala committed Oct 23, 2023
1 parent ae3bd44 commit 2ab3a9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions visidata/tests/test_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 2ab3a9a

Please sign in to comment.