We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e055979 commit b149580Copy full SHA for b149580
1 file changed
test/test_argument_unparser.py
@@ -124,5 +124,6 @@ def test_unparse(self):
124
125
def test_unparse_nothing(self):
126
unparser = ArgumentUnparser()
127
+ _LOG.debug('testing unparsing nothing for: %s', unparser)
128
self.assertEqual(unparser.unparse(), '')
129
self.assertEqual(unparser.unparse_to_list(), [])
0 commit comments