mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 06:24:27 +08:00
Python 2/3 compatibility issues that were not resolved in the latest commit.
This commit is contained in:
@@ -131,4 +131,4 @@ def test_goto_definition_not_multiple():
|
||||
|
||||
def test_usage_description():
|
||||
descs = [u.description for u in api.Script("foo = ''; foo").usages()]
|
||||
assert set(descs) == {"foo = ''", 'foo'}
|
||||
assert set(descs) == set(["foo = ''", 'foo'])
|
||||
|
||||
Reference in New Issue
Block a user