forked from VimPlug/jedi
finally change name of test.base module to helpers.py, fixes #181
This commit is contained in:
@@ -8,7 +8,7 @@ found a good place in any other testing module.
|
||||
import os
|
||||
import textwrap
|
||||
|
||||
from .base import TestCase, cwd_at
|
||||
from .helpers import TestCase, cwd_at
|
||||
|
||||
import jedi
|
||||
from jedi import Script
|
||||
|
||||
Reference in New Issue
Block a user