示例#1
0
 def per_task_flags_taking_values_have_no_completion_output(self):
     eq_(_complete('basic_arg --arg', 'foo'), '')
示例#2
0
 def per_task_flags_taking_values_have_no_completion_output(self):
     eq_(_complete('basic_arg --arg', 'foo'), '')
示例#3
0
 def core_flags_taking_values_have_no_completion_output(self):
     # So the shell's default completion is available.
     eq_(_complete('-f'), '')
示例#4
0
 def core_flags_taking_values_have_no_completion_output(self):
     # So the shell's default completion is available.
     eq_(_complete('-f'), '')