summaryrefslogtreecommitdiff
path: root/tests/testutils/data/functional/no_output_wrong_test/exec_used.py
blob: d3b318ab7df2783ae50490618e679aaf017c35a1 (plain)
1
2
3
4
5
6
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')