mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 06:24:27 +08:00
finally change name of test.base module to helpers.py, fixes #181
This commit is contained in:
@@ -6,7 +6,7 @@ should.
|
||||
import time
|
||||
import functools
|
||||
|
||||
from .base import TestCase
|
||||
from .helpers import TestCase
|
||||
import jedi
|
||||
|
||||
class TestSpeed(TestCase):
|
||||
|
||||
Reference in New Issue
Block a user