We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2628716 commit 9ebf4d0Copy full SHA for 9ebf4d0
arghandler/tests/subcmds.py
@@ -12,7 +12,7 @@ def test_reported(self):
12
13
@subcmd('foobar', help='Does foobar')
14
def cmd_foobar(parser, context, args):
15
- print 'foobar'
+ pass
16
17
handler = ArgumentHandler()
18
handler.run(['foobar','hello','world'])
0 commit comments