1
0
forked from VimPlug/jedi

Fix some internal name handling.

This commit is contained in:
Dave Halter
2016-12-05 22:27:18 +01:00
parent fe64df2e42
commit cb4f405f7d
6 changed files with 56 additions and 50 deletions

View File

@@ -69,7 +69,7 @@ class TestFullDefinedName(TestCase):
self.check("""
def f(): pass
class C: pass
""", ['f', 'C'])
""", ['__main__.f', '__main__.C'])
def test_imports(self):
self.check("""