From c6cbe615384d9c05c475b447b7266a5d549e49a5 Mon Sep 17 00:00:00 2001 From: David Halter Date: Mon, 12 Nov 2012 18:20:27 +0100 Subject: [PATCH] a correct test for issue 29 of jedi-vim --- test/completion/thirdparty/pylab_.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/completion/thirdparty/pylab_.py b/test/completion/thirdparty/pylab_.py index 7e27641d..ab132a45 100644 --- a/test/completion/thirdparty/pylab_.py +++ b/test/completion/thirdparty/pylab_.py @@ -29,6 +29,8 @@ na = numpy.array([1,2]) #? ['shape'] na.shape +# shouldn't raise an error #29, jedi-vim +# doesn't return something, because matplotlib uses __import__ fig = pylab.figure() -#! +#? fig.add_subplot