1
0
forked from VimPlug/jedi

add comments to the *args/**kwargs merge code

This commit is contained in:
Dave Halter
2014-06-05 12:08:08 +02:00
parent cf7b5b6b2b
commit 8798f5b1d7
2 changed files with 8 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ class TestSpeed(TestCase):
s = "from posixpath import join; join('', '')."
assert len(jedi.Script(s).completions()) > 10 # is a str completion
@_check_speed(0.1)
@_check_speed(0.15)
def test_scipy_speed(self):
s = 'import scipy.weave; scipy.weave.inline('
script = jedi.Script(s, 1, len(s), '')