summaryrefslogtreecommitdiff
path: root/tests_isolated/test_commandset/test_commandset.py
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2021-11-11 15:58:07 -0500
committerKevin Van Brunt <kmvanbrunt@gmail.com>2021-11-11 15:58:07 -0500
commitf4f93f51c21a9aa4d1bc97f2b9dca1563d1f1b87 (patch)
tree421ee45f0d5b59bc59ce3f59f66ce3aa9646565b /tests_isolated/test_commandset/test_commandset.py
parent28bdb95371cf1f9a6389998d0a5695a5672747b9 (diff)
downloadcmd2-git-2.3.0.tar.gz
Updated change log2.3.0
Diffstat (limited to 'tests_isolated/test_commandset/test_commandset.py')
-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 fb4ccd0f..e9fba114 100644
--- a/tests_isolated/test_commandset/test_commandset.py
+++ b/tests_isolated/test_commandset/test_commandset.py
@@ -749,7 +749,7 @@ class SupportFuncUserUnrelated(cmd2.CommandSet):
def test_cross_commandset_completer(command_sets_manual, capsys):
global complete_states_expected_self
# This tests the different ways to locate the matching CommandSet when completing an argparse argument.
- # Exercises the 3 cases in cmd2.Cmd._resolve_func_self().
+ # Exercises the 3 cases in cmd2.Cmd._resolve_func_self() which is called during argparse tab completion.
# Create all the CommandSets for these tests
func_provider = SupportFuncProvider(1)