mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-09 23:34:45 +08:00
finally change name of test.base module to helpers.py, fixes #181
This commit is contained in:
@@ -3,7 +3,7 @@ Testing of docstring related issues and especially ``jedi.docstrings``.
|
||||
"""
|
||||
|
||||
import jedi
|
||||
from .base import unittest
|
||||
from .helpers import unittest
|
||||
|
||||
|
||||
class TestDocstring(unittest.TestCase):
|
||||
|
||||
Reference in New Issue
Block a user