started testing the completion of jedi itself

This commit is contained in:
David Halter
2012-06-28 21:19:28 +02:00
parent b9f779f55c
commit d7d4e36558

10
test/completion/thirdparty/jedi.py vendored Normal file
View File

@@ -0,0 +1,10 @@
import functions
el = functions.complete()[0]
# has problems with that (sometimes) very deep nesting.
#? ['description']
el.description
#? str()
el.description