diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-05-13 11:39:50 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-05-13 11:39:50 -0400 |
commit | 8ad8ddd10bf35f38e22b2c8f381faa4b2f87c853 (patch) | |
tree | 2468eae25c1417615dae540dcb3fefdcb98d6d7e /tests/test_cmd2.py | |
parent | 2c5417be5cc52f7c76097f85664adda2c976b1e4 (diff) | |
download | cmd2-git-8ad8ddd10bf35f38e22b2c8f381faa4b2f87c853.tar.gz |
Removed unused code
Diffstat (limited to 'tests/test_cmd2.py')
-rw-r--r-- | tests/test_cmd2.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_cmd2.py b/tests/test_cmd2.py index 85d97da3..24161d76 100644 --- a/tests/test_cmd2.py +++ b/tests/test_cmd2.py @@ -1713,7 +1713,6 @@ def test_macro_create_with_alias_name(base_app): assert "Macro cannot have the same name as an alias" in err[0] def test_macro_create_with_command_name(base_app): - macro = "my_macro" out, err = run_cmd(base_app, 'macro create help stuff') assert "Macro cannot have the same name as a command" in err[0] |