[New-bugs-announce] [issue14026] test_cmd_line_script should include more sys.argv checks

Nick Coghlan report at bugs.python.org
Thu Feb 16 00:26:11 CET 2012


New submission from Nick Coghlan <ncoghlan at gmail.com>:

Currently, test_cmd_line_script only checks sys.argv[0] is set correctly.

It should pass some extra values after the script name, then include an appropriate check in the output of the launched script.

----------
components: Tests
keywords: easy
messages: 153448
nosy: ncoghlan
priority: normal
severity: normal
status: open
title: test_cmd_line_script should include more sys.argv checks
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14026>
_______________________________________


More information about the New-bugs-announce mailing list