Searched refs:test_getopt (Results 1 – 3 of 3) sorted by relevance
7 function test_getopt() { function12 test_getopt "a b c" " -- b c"13 test_getopt "a -a b c" " -a -- b c"14 test_getopt "a -- -a b c" " -- -a b c"17 test_getopt "-o a -- " " --"18 test_getopt "-o a -- -a b c" " -a -- 'b' 'c'"19 test_getopt "-o a: -- -a b c" " -a 'b' -- 'c'"22 test_getopt "-o a -l long -- -a --long a" " -a --long -- 'a'"23 test_getopt "-o a -l one -l two -- -a --one --two" " -a --one --two --"24 test_getopt "-o a -l one,two -- -a --one --two" " -a --one --two --"[all …]
98 def test_getopt(self): member in GetoptTests
97 def test_getopt(self): member in GetoptTests