1
0
forked from VimPlug/jedi

Some testing fixes that were broken with the few previous commits.

This commit is contained in:
Dave Halter
2016-12-06 18:18:53 +01:00
parent becf1027c0
commit c6248ae169
6 changed files with 15 additions and 16 deletions

View File

@@ -45,7 +45,7 @@ class TestFullNameWithGotoDefinitions(MixinTestFullName, TestCase):
self.check("""
import re
any_re = re.compile('.*')
any_re""", '_sre.compile.SRE_Pattern')
any_re""", '_sre.SRE_Pattern')
def test_from_import(self):
self.check('from os import path', 'os.path')