forked from VimPlug/jedi
Add a few more stub usage tests
This commit is contained in:
@@ -360,3 +360,9 @@ with_stub.stub_function
|
|||||||
from stub_folder.with_stub_folder.nested_stub_only import in_stub_only
|
from stub_folder.with_stub_folder.nested_stub_only import in_stub_only
|
||||||
#< ('stub:stub_folder.with_stub_folder.nested_stub_only', 2, 4), ('stub:stub_folder.with_stub_folder.nested_stub_only', 4, 4), ('stubs', 64, 17), (-2, 58), (0, 0)
|
#< ('stub:stub_folder.with_stub_folder.nested_stub_only', 2, 4), ('stub:stub_folder.with_stub_folder.nested_stub_only', 4, 4), ('stubs', 64, 17), (-2, 58), (0, 0)
|
||||||
in_stub_only
|
in_stub_only
|
||||||
|
from stub_folder.with_stub_folder.nested_with_stub import in_python
|
||||||
|
#< ('stub_folder.with_stub_folder.nested_with_stub', 1, 0), ('stubs', 68, 17), (-2, 58), (0, 0)
|
||||||
|
in_python
|
||||||
|
from stub_folder.with_stub_folder.nested_with_stub import in_both
|
||||||
|
#< ('stub_folder.with_stub_folder.nested_with_stub', 2, 0), ('stub:stub_folder.with_stub_folder.nested_with_stub', 2, 0), ('stubs', 66, 17), (-2, 58), (0, 0)
|
||||||
|
in_both
|
||||||
|
|||||||
Reference in New Issue
Block a user