summaryrefslogtreecommitdiff
path: root/isolated_tests
diff options
context:
space:
mode:
authorEric Lin <anselor@gmail.com>2020-07-29 17:59:47 -0400
committeranselor <anselor@gmail.com>2020-08-04 13:38:08 -0400
commit105369bdd15c2067b3ee6bdd6a737733a34c38ef (patch)
tree6358e7923d35d491998d263a93fdbdd8f1e8c256 /isolated_tests
parent8d0b162cf5712c26947f1e0bbc2b1021cb71e366 (diff)
downloadcmd2-git-105369bdd15c2067b3ee6bdd6a737733a34c38ef.tar.gz
Suggested PR Fixes.
sub-commande => subcommand Added help/aliases to `as_subcommand_to` decorator.
Diffstat (limited to 'isolated_tests')
-rw-r--r--isolated_tests/test_commandset/test_commandset.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/isolated_tests/test_commandset/test_commandset.py b/isolated_tests/test_commandset/test_commandset.py
index c7b2ac70..98385772 100644
--- a/isolated_tests/test_commandset/test_commandset.py
+++ b/isolated_tests/test_commandset/test_commandset.py
@@ -346,7 +346,7 @@ def test_subcommands(command_sets_manual):
fruit_cmds = LoadableFruits(1)
veg_cmds = LoadableVegetables(1)
- # installing sub-commands without base command present raises exception
+ # installing subcommands without base command present raises exception
with pytest.raises(TypeError):
command_sets_manual.install_command_set(fruit_cmds)