mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 22:44:27 +08:00
finally change name of test.base module to helpers.py, fixes #181
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import textwrap
|
||||
|
||||
from .base import unittest
|
||||
from .helpers import TestCase
|
||||
from jedi import Script
|
||||
|
||||
class TestCallSignatures(unittest.TestCase):
|
||||
class TestCallSignatures(TestCase):
|
||||
def _run(self, source, expected_name, expected_index=0, line=None, column=None):
|
||||
signatures = Script(source, line, column).call_signatures()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user