mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 22:44:27 +08:00
Get rid of completions in tests
This commit is contained in:
@@ -39,4 +39,4 @@ def test_generics():
|
||||
self.stack.push(1)
|
||||
|
||||
s = StackWrapper()
|
||||
print(interpreter('s.stack.pop().', locals()).completions())
|
||||
print(interpreter('s.stack.pop().', locals()).complete())
|
||||
|
||||
Reference in New Issue
Block a user