mirror of
https://github.com/github/codeql.git
synced 2026-04-28 10:15:14 +02:00
Python: Add an extra test for import parsing.
This commit is contained in:
@@ -1 +1,2 @@
|
||||
| Module flowtest | 5 |
|
||||
| Module imports | 0 |
|
||||
|
||||
@@ -8,3 +8,4 @@
|
||||
| Function try_except | 7 |
|
||||
| Function try_finally | 7 |
|
||||
| Module flowtest | 70 |
|
||||
| Module imports | 4 |
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
from foo import x, y
|
||||
import bar
|
||||
from baz import x as a, y as b
|
||||
import spam as eggs
|
||||
Reference in New Issue
Block a user