mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 22:44:27 +08:00
Use Script everywhere where cwd_at is used, otherwise Python 2.7 is annoying
This commit is contained in:
@@ -44,7 +44,7 @@ def generate_pyc():
|
||||
|
||||
|
||||
@cwd_at('test/test_evaluate')
|
||||
def test_pyc():
|
||||
def test_pyc(Script):
|
||||
"""
|
||||
The list of completion must be greater than 2.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user