Add another stub usage test

This commit is contained in:
Dave Halter
2020-01-14 01:29:37 +01:00
parent 8bcd1f5fd9
commit a098bf28af

View File

@@ -357,3 +357,6 @@ class DefinitelyNotGlobal:
from stub_folder import with_stub
#< ('stub:stub_folder.with_stub', 5, 4), ('stub_folder.with_stub', 5, 4), (0, 10)
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', 1, 0), ('stubs', 64, 17), (-2, 58), (0, 0)
in_stub_only