summaryrefslogtreecommitdiff
path: root/tests_isolated
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2020-08-31 17:18:43 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2020-09-01 10:29:26 -0400
commit7457fd3e2880fd3abbe403de4a0086fc91f82869 (patch)
treef8dbe670a53ee4d7508a41e172041e113e77061b /tests_isolated
parent0003f56182c0e14951ec2de51572dcb7a7ac71d9 (diff)
downloadcmd2-git-7457fd3e2880fd3abbe403de4a0086fc91f82869.tar.gz
Refactored ArgparseCompleter to support custom completion
Diffstat (limited to 'tests_isolated')
-rw-r--r--tests_isolated/test_commandset/test_commandset.py2
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