Skip to content

Commit b149580

Browse files
committed
test: convert the default unparser to string
1 parent e055979 commit b149580

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/test_argument_unparser.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,5 +124,6 @@ def test_unparse(self):
124124

125125
def test_unparse_nothing(self):
126126
unparser = ArgumentUnparser()
127+
_LOG.debug('testing unparsing nothing for: %s', unparser)
127128
self.assertEqual(unparser.unparse(), '')
128129
self.assertEqual(unparser.unparse_to_list(), [])

0 commit comments

Comments
 (0)