with captured_output() as (out, err):
                    with self.assertRaises(SystemExit) as exit_state:
                        args = []
                        args.append("helper")
                        args.append("example1")