mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-25 05:06:42 +08:00
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