forked from VimPlug/jedi
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