summaryrefslogtreecommitdiff
path: root/tests/testutils/data/functional/ok_output_ok_test/exec_used.py
blob: 049213dd4cb693794e734011e37bda62da35c948 (plain)
1
2
3
4
5
6
7
"""This is an example for a functional test with
- an output that is right
- the functional test itself is right

Nothing should be done.
"""
exec('a = 42')  # [exec-used]