mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-08 06:44:46 +08:00
Skip some param resolving tests in Python 2/3.4
This commit is contained in:
@@ -276,7 +276,7 @@ def test_dataclass_signature(Script, skip_pre_python37, start, start_params):
|
|||||||
('kwargs = dict(b=3)', 'wrapped(b, /, **kwargs)'),
|
('kwargs = dict(b=3)', 'wrapped(b, /, **kwargs)'),
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
def test_param_resolving(Script, stmt, expected):
|
def test_param_resolving_to_static(Script, stmt, expected, skip_pre_python35):
|
||||||
code = dedent('''\
|
code = dedent('''\
|
||||||
def full_redirect(func):
|
def full_redirect(func):
|
||||||
def wrapped(*args, **kwargs):
|
def wrapped(*args, **kwargs):
|
||||||
|
|||||||
Reference in New Issue
Block a user