Home | History | Annotate | Download | only in test

Lines Matching refs:too_many_args

139             too_many_args = [0] * (argcount + 1)
140 self.assertRaises(TypeError, subprocess.Popen, *too_many_args)