fix test problems, thx @tkf

This commit is contained in:
David Halter
2013-04-29 15:14:17 +04:30
parent 841f4d8423
commit 0f3454f897
2 changed files with 1 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ from jedi import settings
from jedi import parsing from jedi import parsing
from jedi import parsing_representation as pr from jedi import parsing_representation as pr
from jedi import cache from jedi import cache
import common from jedi import common
SCOPE_CONTENTS = ['asserts', 'subscopes', 'imports', 'statements', 'returns'] SCOPE_CONTENTS = ['asserts', 'subscopes', 'imports', 'statements', 'returns']

View File

@@ -536,8 +536,6 @@ def test_settings_module():
assert cache.settings is settings assert cache.settings is settings
@pytest.mark.skip("not yet fully fixed")
def test_no_duplicate_modules(): def test_no_duplicate_modules():
""" """
Make sure that import hack works as expected. Make sure that import hack works as expected.