fix issue224 - invocations with >256 char arguments now work

This commit is contained in:
holger krekel
2012-11-12 10:15:43 +01:00
parent d31f4dcba8
commit c64c567b75
5 changed files with 14 additions and 4 deletions
+4
View File
@@ -315,3 +315,7 @@ def test_cmdline_processargs_simple(testdir):
"*-h*",
])
def test_toolongargs_issue224(testdir):
result = testdir.runpytest("-m", "hello" * 500)
assert result.ret == 0