forked from VimPlug/jedi
Reproduce the previous test failure w/o stdlib
It turned out that the failure occurs when you define "fake module path" by importing some module from others. Indeed, this is what happens in os.py.
This commit is contained in:
1
test/completion/import_tree/mod2.py
Normal file
1
test/completion/import_tree/mod2.py
Normal file
@@ -0,0 +1 @@
|
||||
from . import mod1 as fake
|
||||
Reference in New Issue
Block a user