forked from VimPlug/jedi
Use unicode strings in test to pass some tests in Python 2
This commit is contained in:
@@ -38,7 +38,7 @@ def test_versions(version):
|
||||
|
||||
|
||||
def test_load_module(evaluator):
|
||||
access_path = evaluator.compiled_subprocess.load_module(name='math')
|
||||
access_path = evaluator.compiled_subprocess.load_module(name=u'math')
|
||||
name, access_handle = access_path.accesses[0]
|
||||
|
||||
assert access_handle.py__bool__() is True
|
||||
|
||||
Reference in New Issue
Block a user