mirror of
https://github.com/github/codeql.git
synced 2026-04-27 01:35:13 +02:00
Merge pull request #13819 from yoff/python/relax-module-resolution
Python: Relax module resolution
This commit is contained in:
@@ -17,6 +17,6 @@ Since PEP 420 was accepted in Python 3, this test is Python 3 only.
|
||||
from foo.bar.a import afunc
|
||||
from foo_explicit.bar.a import explicit_afunc
|
||||
|
||||
afunc() # $ MISSING: pt,tt=afunc
|
||||
afunc() # $ pt,tt="foo/bar/a.py:afunc"
|
||||
|
||||
explicit_afunc() # $ pt,tt="foo_explicit/bar/a.py:explicit_afunc"
|
||||
|
||||
Reference in New Issue
Block a user