mirror of
https://github.com/davidhalter/jedi.git
synced 2026-04-28 13:55:31 +08:00
Fix a lot of test related typing issues
This commit is contained in:
@@ -168,6 +168,8 @@ class BaseTestCase(object):
|
||||
|
||||
|
||||
class IntegrationTestCase(BaseTestCase):
|
||||
source: str # Defined as a side effect
|
||||
|
||||
def __init__(self, test_type, correct, line_nr, column, start, line,
|
||||
path=None, skip_version_info=None):
|
||||
super().__init__(skip_version_info)
|
||||
|
||||
Reference in New Issue
Block a user