We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c5417b commit 8ad8dddCopy full SHA for 8ad8ddd
tests/test_cmd2.py
@@ -1713,7 +1713,6 @@ def test_macro_create_with_alias_name(base_app):
1713
assert "Macro cannot have the same name as an alias" in err[0]
1714
1715
def test_macro_create_with_command_name(base_app):
1716
- macro = "my_macro"
1717
out, err = run_cmd(base_app, 'macro create help stuff')
1718
assert "Macro cannot have the same name as a command" in err[0]
1719
0 commit comments