mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-08 06:44:46 +08:00
Get rid of deprecations in tests
This commit is contained in:
2
sith.py
2
sith.py
@@ -168,7 +168,7 @@ class TestCase(object):
|
||||
|
||||
def show_definitions(self):
|
||||
for completion in self.objects:
|
||||
print(completion.desc_with_module)
|
||||
print(completion.full_name)
|
||||
if completion.module_path is None:
|
||||
continue
|
||||
if os.path.abspath(completion.module_path) == os.path.abspath(self.path):
|
||||
|
||||
Reference in New Issue
Block a user