Add testcase for mocked objects in autodoc

This commit is contained in:
Takeshi KOMIYA
2019-02-11 01:46:38 +09:00
parent 453ed5e29a
commit a6ef8190ce
2 changed files with 12 additions and 1 deletions

View File

@@ -15,6 +15,11 @@ def decoratedFunction():
return None
def func(arg: missing_module.Class):
"""a function takes mocked object as an argument"""
pass
class TestAutodoc(object):
"""TestAutodoc docstring."""
@missing_name