diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-03-12 22:12:39 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-03-12 22:12:39 -0400 |
commit | afa5fd7218e348a2e2725a4a7fb1305daf24f213 (patch) | |
tree | 5a8e134587ed3eeccb57b8ef79db2210c824fd99 /tests | |
parent | 0248eaa50ebd5dc1a9298d25a7649c3a1e31b583 (diff) | |
download | cmd2-git-afa5fd7218e348a2e2725a4a7fb1305daf24f213.tar.gz |
Fixed docstring
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_plugin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_plugin.py b/tests/test_plugin.py index 8d0ae8a7..bb7753f0 100644 --- a/tests/test_plugin.py +++ b/tests/test_plugin.py @@ -849,7 +849,7 @@ def test_cmdfinalization_hook_exception(capsys): def test_cmd2_argparse_exception(capsys): """ - Verify Cmd2ArgparseExceptions raised after calling a command prevent postcmd events from + Verify Cmd2ArgparseErrors raised after calling a command prevent postcmd events from running but do not affect cmdfinalization events """ app = PluggedApp() |