mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-08 04:10:56 +08:00
finally change name of test.base module to helpers.py, fixes #181
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
Tests of ``jedi.api.Interpreter``.
|
||||
"""
|
||||
|
||||
from .base import TestCase
|
||||
from .helpers import TestCase
|
||||
import jedi
|
||||
from jedi._compatibility import is_py33
|
||||
|
||||
|
||||
Reference in New Issue
Block a user