trace_commentor/tests/test_literals.py
2024-04-19 18:08:34 +08:00

14 lines
174 B
Python

from test_utils import *
def test_constant():
@Commentor("<return>")
def target():
1
asserteq_or_print(target(), '''
def target():
1
''')