diff --git a/test/completion/usages.py b/test/completion/usages.py index 6de4afb8..322bfb78 100644 --- a/test/completion/usages.py +++ b/test/completion/usages.py @@ -360,3 +360,9 @@ with_stub.stub_function 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) 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