Implement stub tests and a first iteration of loading them from some random place

This commit is contained in:
Dave Halter
2019-05-13 10:13:59 +02:00
parent 8b1d4a7824
commit 5ff3e4d1d1
5 changed files with 57 additions and 14 deletions

11
test/completion/stubs.py Normal file
View File

@@ -0,0 +1,11 @@
from stub_folder import with_stub, stub_only
#? int()
stub_only.in_stub_only
#? str()
with_stub.in_with_stub_both
#? int()
with_stub.in_with_stub_python
#? float()
with_stub.in_with_stub_stub