diff options
Diffstat (limited to 'tests/roots/test-ext-autodoc/target/need_mocks.py')
-rw-r--r-- | tests/roots/test-ext-autodoc/target/need_mocks.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/roots/test-ext-autodoc/target/need_mocks.py b/tests/roots/test-ext-autodoc/target/need_mocks.py index 275ce8d5f..bc227f246 100644 --- a/tests/roots/test-ext-autodoc/target/need_mocks.py +++ b/tests/roots/test-ext-autodoc/target/need_mocks.py @@ -28,4 +28,9 @@ class TestAutodoc(object): return None +class Inherited(missing_module.Class): + """docstring""" + pass + + sphinx.missing_module4.missing_function(len(missing_name2)) |