mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-09 07:14:48 +08:00
finally change name of test.base module to helpers.py, fixes #181
This commit is contained in:
@@ -6,7 +6,7 @@ Tests".
|
||||
import itertools
|
||||
|
||||
from jedi import Script
|
||||
from .base import cwd_at
|
||||
from .helpers import cwd_at
|
||||
|
||||
|
||||
def test_goto_definition_on_import():
|
||||
|
||||
Reference in New Issue
Block a user