Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
Oddant1 committed Jul 10, 2024
1 parent d19ca45 commit 5fa379f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions q2cli/tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ def test_info(self):
self.assertIn('Installed plugins', result.output)
self.assertIn('dummy-plugin', result.output)
self.assertIn('other-plugin', result.output)
self.assertIn('Parallel Config', result.output)
self.assertIn('Config Source: test config dict', result.output)
self.assertIn('Mapping Source: test config dict', result.output)

def test_list_commands(self):
# top level commands, including a plugin, are present
Expand Down

0 comments on commit 5fa379f

Please sign in to comment.