mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 22:14:27 +08:00
new relative import tests
This commit is contained in:
@@ -175,6 +175,13 @@ mod1.
|
|||||||
#? str()
|
#? str()
|
||||||
imp_tree.a
|
imp_tree.a
|
||||||
|
|
||||||
|
#? ['some_variable']
|
||||||
|
from . import some_variable
|
||||||
|
#? ['arrays']
|
||||||
|
from . import arrays
|
||||||
|
#? []
|
||||||
|
from . import import_tree as ren
|
||||||
|
|
||||||
|
|
||||||
# -----------------
|
# -----------------
|
||||||
# special positions -> edge cases
|
# special positions -> edge cases
|
||||||
|
|||||||
Reference in New Issue
Block a user