Skip to content

Commit

Permalink
test: convert the default unparser to string
Browse files Browse the repository at this point in the history
  • Loading branch information
mbdevpl committed Sep 2, 2023
1 parent e055979 commit b149580
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_argument_unparser.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,5 +124,6 @@ def test_unparse(self):

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

0 comments on commit b149580

Please sign in to comment.