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
| Method | complete | Perform a bash completion. |
| Method | assertCompletionEquals | Undocumented |
| Method | assertCompletionContains | Undocumented |
| Method | assertCompletionOmits | Undocumented |
| Method | get_script | Undocumented |
| Parameters | words | a list of words representing the current command. |
| cword | the current word to complete, defaults to the last one. |