Changing name of file requires changing function name to be invoked as a command

This commit is contained in:
Peter Scheibel 2015-10-15 10:35:42 -07:00
parent e3d703b80f
commit 11861fb8d7

View file

@ -132,7 +132,7 @@ def create_test_output(spec, handled, output):
return handled[spec]
def testinstall(parser, args):
def test_install(parser, args):
if not args.package:
tty.die("install requires a package argument")