forked from VimPlug/jedi
A stab at davidhalter/jedi#361 (Flask extension imports)
Both new-style and old-style extensions work, but only when imported with a 'from'. There are two skipped tests of the full dotted name imports. Also, our fixture has a normal flaskext package, whereas in practice the flaskext module is injected from a pth file and does not have __init__.py, we need to figure out to handle that.
This commit is contained in:
2
test/test_evaluate/flask-site-packages/flask_foo.py
Normal file
2
test/test_evaluate/flask-site-packages/flask_foo.py
Normal file
@@ -0,0 +1,2 @@
|
||||
class Foo(object):
|
||||
pass
|
||||
Reference in New Issue
Block a user