mirror of
https://github.com/davidhalter/jedi.git
synced 2026-08-19 21:27:59 +08:00
change a test (other library) so that python 3.4 also works
This commit is contained in:
@@ -103,8 +103,8 @@ class TestCallSignatures(TestCase):
|
|||||||
assert Script(s).call_signatures() == []
|
assert Script(s).call_signatures() == []
|
||||||
|
|
||||||
# jedi-vim #116
|
# jedi-vim #116
|
||||||
s = """import functools; test = getattr(functools, 'partial'); test("""
|
s = """import itertools; test = getattr(itertools, 'chain'); test("""
|
||||||
self._run(s, 'partial', 0)
|
self._run(s, 'chain', 0)
|
||||||
|
|
||||||
def test_call_signature_on_module(self):
|
def test_call_signature_on_module(self):
|
||||||
"""github issue #240"""
|
"""github issue #240"""
|
||||||
|
|||||||
Reference in New Issue
Block a user