Skip to content

Commit

Permalink
Add parser tests for missing options
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-rosa committed Apr 25, 2019
1 parent 08f8432 commit 459eaa3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@ def test_get_parser(self):
self.assertIn('pr_only', ret)
self.assertIn('ros_distro', ret)
self.assertIn('upstream_repo', ret)
self.assertIn('upstream_branch', ret)
self.assertIn('skip_keys', ret)

0 comments on commit 459eaa3

Please sign in to comment.