mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 14:34:31 +08:00
More Script fixture conversions in test_evaluate
This commit is contained in:
@@ -132,5 +132,5 @@ def cwd_tmpdir(monkeypatch, tmpdir):
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def evaluator():
|
||||
return jedi.Script('')._evaluator
|
||||
def evaluator(Script):
|
||||
return Script('')._evaluator
|
||||
|
||||
Reference in New Issue
Block a user