diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-09-25 20:28:17 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-09-25 20:28:17 -0400 |
commit | 20c5a818fc86ee7e353f34e9d88b5a5d8822b41b (patch) | |
tree | 441483714289ceba12199deb47f874a774dc1bcc /tests/test_pyscript.py | |
parent | 8a276c47ebac06f9cccc212f47bce9f35067d276 (diff) | |
download | cmd2-git-20c5a818fc86ee7e353f34e9d88b5a5d8822b41b.tar.gz |
Fixing unit tests
Diffstat (limited to 'tests/test_pyscript.py')
-rw-r--r-- | tests/test_pyscript.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_pyscript.py b/tests/test_pyscript.py index d5e5a4fb..84abc965 100644 --- a/tests/test_pyscript.py +++ b/tests/test_pyscript.py @@ -210,7 +210,7 @@ def test_pyscript_results(ps_app, capsys, request, pyscript_file, exp_out): @pytest.mark.parametrize('expected, pyscript_file', [ - ("['_relative_load', 'alias', 'bar', 'cmd_echo', 'edit', 'eof', 'eos', 'foo', 'help', 'history', 'load', 'media', 'py', 'pyscript', 'quit', 'set', 'shell', 'shortcuts', 'unalias']", + ("['_relative_load', 'alias', 'bar', 'cmd_echo', 'edit', 'eof', 'eos', 'foo', 'help', 'history', 'load', 'macro', 'media', 'py', 'pyscript', 'quit', 'set', 'shell', 'shortcuts']", 'pyscript_dir1.py'), ("['movies', 'shows']", 'pyscript_dir2.py') ]) |