diff options
Diffstat (limited to 'tests_isolated/test_commandset/test_commandset.py')
-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 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) |