Skip to content

Commit d961886

Browse files
committed
Update tests
1 parent 931fe36 commit d961886

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_exec.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ def test_issue18():
2222
source = """import requests
2323
def foobar():
2424
from requests import session
25+
foobar()
2526
out = 123
2627
"""
2728
code = compile(source, "<string>", "exec")

0 commit comments

Comments
 (0)