mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 14:34:31 +08:00
finally change name of test.base module to helpers.py, fixes #181
This commit is contained in:
@@ -2,7 +2,7 @@ import os
|
||||
|
||||
import pytest
|
||||
|
||||
from . import base
|
||||
from . import helpers
|
||||
|
||||
|
||||
def assert_case_equal(case, actual, desired):
|
||||
@@ -23,7 +23,7 @@ desired = %s
|
||||
def test_integration(case, monkeypatch, pytestconfig):
|
||||
if case.skip is not None:
|
||||
pytest.skip(case.skip)
|
||||
repo_root = base.root_dir
|
||||
repo_root = helpers.root_dir
|
||||
monkeypatch.chdir(os.path.join(repo_root, 'jedi'))
|
||||
case.run(assert_case_equal)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user