From d7d4e36558ecce0da0819899aeba3658d50f47c2 Mon Sep 17 00:00:00 2001 From: David Halter Date: Thu, 28 Jun 2012 21:19:28 +0200 Subject: [PATCH] started testing the completion of jedi itself --- test/completion/thirdparty/jedi.py | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 test/completion/thirdparty/jedi.py diff --git a/test/completion/thirdparty/jedi.py b/test/completion/thirdparty/jedi.py new file mode 100644 index 00000000..3c901cfb --- /dev/null +++ b/test/completion/thirdparty/jedi.py @@ -0,0 +1,10 @@ + +import functions + +el = functions.complete()[0] +# has problems with that (sometimes) very deep nesting. +#? ['description'] +el.description + +#? str() +el.description