Get rid of cwd modifications in tests

This commit is contained in:
Dave Halter
2020-02-06 01:47:34 +01:00
parent f2722952e7
commit 14ac0512a9
10 changed files with 55 additions and 46 deletions

View File

@@ -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