mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-15 10:07:06 +08:00
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.