diff options
Diffstat (limited to 'tests/scripts/recursive.py')
-rw-r--r-- | tests/scripts/recursive.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/scripts/recursive.py b/tests/scripts/recursive.py deleted file mode 100644 index 7d37e540..00000000 --- a/tests/scripts/recursive.py +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env python -# coding=utf-8 -# flake8: noqa F821 -""" -Example demonstrating that running a Python script recursively inside another Python script isn't allowed -""" -app.cmd_echo = True -app('run_pyscript ../script.py') |