From da7020c26c6bbc871c94587ba10f751e53f7911b Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Sat, 29 Jun 2019 17:36:46 -0400 Subject: Remove load, _relative_load, pyscript aliases which These commands were renamed in the last release, but aliases were created along with warnings to help aid the transition. The command aliases are now being removed in this release. --- tests/test_run_pyscript.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'tests/test_run_pyscript.py') 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] -- cgit v1.2.1