summaryrefslogtreecommitdiff
path: root/tests/test_run_pyscript.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_run_pyscript.py')
-rw-r--r--tests/test_run_pyscript.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/test_run_pyscript.py b/tests/test_run_pyscript.py
index 9eb33b31..50b1e301 100644
--- a/tests/test_run_pyscript.py
+++ b/tests/test_run_pyscript.py
@@ -84,8 +84,3 @@ def test_run_pyscript_stop(base_app, request):
python_script = os.path.join(test_dir, 'pyscript', 'stop.py')
stop = base_app.onecmd_plus_hooks('run_pyscript {}'.format(python_script))
assert stop
-
-def test_pyscript_deprecated(base_app):
- """Delete this when pyscript alias is removed"""
- _, err = run_cmd(base_app, "pyscript fake")
- assert "pyscript has been renamed and will be removed" in err[-1]