diff options
Diffstat (limited to 'tests/pyscript/run.py')
-rw-r--r-- | tests/pyscript/run.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/pyscript/run.py b/tests/pyscript/run.py new file mode 100644 index 00000000..47250a10 --- /dev/null +++ b/tests/pyscript/run.py @@ -0,0 +1,6 @@ +# flake8: noqa F821 +import os + +app.cmd_echo = True +my_dir = (os.path.dirname(os.path.realpath(sys.argv[0]))) +run(os.path.join(my_dir, 'to_run.py')) |