15 lines
172 B
Python
15 lines
172 B
Python
from test_utils import *
|
|
|
|
|
|
def test_constant():
|
|
|
|
@Commentor()
|
|
def target():
|
|
1
|
|
|
|
asserteq_or_print(target(),
|
|
'''
|
|
def target():
|
|
1
|
|
''')
|