Call signature search progress.

This commit is contained in:
Dave Halter
2014-12-05 00:23:59 +01:00
parent 24c7142810
commit ab254bbcba
2 changed files with 25 additions and 4 deletions

View File

@@ -22,6 +22,9 @@ class TestCallSignatures(TestCase):
def _run_simple(self, source, name, index=0, column=None, line=1):
self._run(source, name, index, line, column)
def test_valid_call(self):
self._run('str()', 'str', column=4)
def test_simple(self):
run = self._run_simple
s7 = "str().upper().center("