summaryrefslogtreecommitdiff
path: root/tests/testutils/data/functional/no_output_ok_test/exec_used.py
blob: 59d19fec0effa8af406257537ffc6659a2eaea66 (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 right

So it should be created
"""
exec('a = 42')  # [exec-used]