Tuple
This commit is contained in:
@@ -11,3 +11,20 @@ def test_constant():
|
||||
def target():
|
||||
1
|
||||
''')
|
||||
|
||||
|
||||
def test_tuple():
|
||||
|
||||
@Commentor("<return>")
|
||||
def target():
|
||||
a, b = 1, 2
|
||||
|
||||
asserteq_or_print(target(), '''
|
||||
def target():
|
||||
a, b = 1, 2
|
||||
"""
|
||||
========
|
||||
1 : a
|
||||
2 : b
|
||||
"""
|
||||
''')
|
||||
|
||||
Reference in New Issue
Block a user