From 4a3c5a02e144a72e26103d02ce38163ba765e796 Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Thu, 28 Feb 2019 00:27:12 -0500 Subject: Removed ability to call commands as if they were functions in pyscript (e.g. app.help()) --- tests/pyscript/foo2.py | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 tests/pyscript/foo2.py (limited to 'tests/pyscript/foo2.py') diff --git a/tests/pyscript/foo2.py b/tests/pyscript/foo2.py deleted file mode 100644 index 9aa37105..00000000 --- a/tests/pyscript/foo2.py +++ /dev/null @@ -1,3 +0,0 @@ -# flake8: noqa F821 -app.cmd_echo = True -app.foo('11', '22', '33', '44', counter=3, trueval=True, constval=True) -- cgit v1.2.1