summaryrefslogtreecommitdiff
path: root/tests/testutils/data/functional/broken_output_ok_test/exec_used.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testutils/data/functional/broken_output_ok_test/exec_used.py')
-rw-r--r--tests/testutils/data/functional/broken_output_ok_test/exec_used.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/testutils/data/functional/broken_output_ok_test/exec_used.py b/tests/testutils/data/functional/broken_output_ok_test/exec_used.py
new file mode 100644
index 000000000..73d629d95
--- /dev/null
+++ b/tests/testutils/data/functional/broken_output_ok_test/exec_used.py
@@ -0,0 +1,7 @@
+"""This is an example for a functional test with
+- an output that is broken
+- the functional test itself is right
+
+So it should be updated.
+"""
+exec('a = 42') # [exec-used]