diff --git a/arghandler/tests/subcmds.py b/arghandler/tests/subcmds.py index 4a2ad56..71365a0 100644 --- a/arghandler/tests/subcmds.py +++ b/arghandler/tests/subcmds.py @@ -12,7 +12,7 @@ def test_reported(self): @subcmd('foobar', help='Does foobar') def cmd_foobar(parser, context, args): - print 'foobar' + pass handler = ArgumentHandler() handler.run(['foobar','hello','world'])