mirror of
https://github.com/github/codeql.git
synced 2025-12-21 03:06:31 +01:00
Python: Accept fix from module-resolution PR
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
failures
|
failures
|
||||||
debug_callableNotUnique
|
debug_callableNotUnique
|
||||||
pointsTo_found_typeTracker_notFound
|
pointsTo_found_typeTracker_notFound
|
||||||
| pkg/use.py:10:5:10:10 | ControlFlowNode for func() | "pkg/func_def.py:func" |
|
|
||||||
typeTracker_found_pointsTo_notFound
|
typeTracker_found_pointsTo_notFound
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ test_direct_import() # $ pt,tt=test_direct_import
|
|||||||
|
|
||||||
def test_alias_problem():
|
def test_alias_problem():
|
||||||
from .alias_problem import func
|
from .alias_problem import func
|
||||||
func() # $ pt="pkg/func_def.py:func" MISSING: tt="pkg/func_def.py:func"
|
func() # $ pt,tt="pkg/func_def.py:func"
|
||||||
|
|
||||||
test_alias_problem() # $ pt,tt=test_alias_problem
|
test_alias_problem() # $ pt,tt=test_alias_problem
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user