b.p.b.t.t.BashCompletionMixin(object) : class documentation

Part of bzrlib.plugins.bash_completion.tests.test_bashcomp View In Hierarchy

Known subclasses: bzrlib.plugins.bash_completion.tests.test_bashcomp.TestBashCompletion, bzrlib.plugins.bash_completion.tests.test_bashcomp.TestBashCompletionInvoking

Component for testing execution of a bash completion script.
Method complete Perform a bash completion.
Method assertCompletionEquals Undocumented
Method assertCompletionContains Undocumented
Method assertCompletionOmits Undocumented
Method get_script Undocumented
def complete(self, words, cword=-1):
Perform a bash completion.
Parameterswordsa list of words representing the current command.
cwordthe current word to complete, defaults to the last one.
def assertCompletionEquals(self, *words):
Undocumented
def assertCompletionContains(self, *words):
Undocumented
def assertCompletionOmits(self, *words):
Undocumented
def get_script(self):
Undocumented
API Documentation for Bazaar, generated by pydoctor at 2022-06-16 00:25:16.