summaryrefslogtreecommitdiff
path: root/tests/testutils/data/functional/no_output_wrong_test/exec_used.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testutils/data/functional/no_output_wrong_test/exec_used.py')
-rw-r--r--tests/testutils/data/functional/no_output_wrong_test/exec_used.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/testutils/data/functional/no_output_wrong_test/exec_used.py b/tests/testutils/data/functional/no_output_wrong_test/exec_used.py
new file mode 100644
index 000000000..d3b318ab7
--- /dev/null
+++ b/tests/testutils/data/functional/no_output_wrong_test/exec_used.py
@@ -0,0 +1,7 @@
+"""This is an example for a functional test with
+- an output that does not exist
+- the functional test itself is wrong
+
+So it cannot be created.
+"""
+exec('a = 42')