mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 06:24:27 +08:00
Get rid of cwd modifications in tests
This commit is contained in:
@@ -6,7 +6,7 @@ should.
|
||||
import time
|
||||
import functools
|
||||
|
||||
from .helpers import cwd_at, get_example_dir
|
||||
from .helpers import get_example_dir
|
||||
import jedi
|
||||
|
||||
|
||||
@@ -44,7 +44,6 @@ def test_scipy_speed(Script):
|
||||
|
||||
|
||||
@_check_speed(0.8)
|
||||
@cwd_at('test')
|
||||
def test_precedence_slowdown(Script):
|
||||
"""
|
||||
Precedence calculation can slow down things significantly in edge
|
||||
|
||||
Reference in New Issue
Block a user