diff options
| author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-08-31 17:18:43 -0400 |
|---|---|---|
| committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-09-01 10:29:26 -0400 |
| commit | 7457fd3e2880fd3abbe403de4a0086fc91f82869 (patch) | |
| tree | f8dbe670a53ee4d7508a41e172041e113e77061b /tests_isolated | |
| parent | 0003f56182c0e14951ec2de51572dcb7a7ac71d9 (diff) | |
| download | cmd2-git-7457fd3e2880fd3abbe403de4a0086fc91f82869.tar.gz | |
Refactored ArgparseCompleter to support custom completion
Diffstat (limited to 'tests_isolated')
| -rw-r--r-- | tests_isolated/test_commandset/test_commandset.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests_isolated/test_commandset/test_commandset.py b/tests_isolated/test_commandset/test_commandset.py index ea37e194..32e0b6a3 100644 --- a/tests_isolated/test_commandset/test_commandset.py +++ b/tests_isolated/test_commandset/test_commandset.py @@ -705,7 +705,7 @@ class SubclassCommandSetCase2(cmd2.CommandSet): def test_cross_commandset_completer(command_sets_manual): global complete_states_expected_self # This tests the different ways to locate the matching CommandSet when completing an argparse argument. - # Exercises the `_complete_for_arg` function of `ArgparseCompleter` in `argparse_completer.py` + # Exercises the `_complete_arg` function of `ArgparseCompleter` in `argparse_completer.py` #################################################################################################################### # This exercises Case 1 |
