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