summaryrefslogtreecommitdiff
path: root/tests/roots/test-ext-autodoc/target/need_mocks.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2020-12-29 18:33:36 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2020-12-29 18:33:36 +0900
commit3f7bf48715ed5d6b0cf5d2645ee2886975b97b10 (patch)
tree737b5a11f1285b1bd342ae56ea07be516e2a57f4 /tests/roots/test-ext-autodoc/target/need_mocks.py
parentb24ae7e206ebcae194a048ac4d980fc7b32d333d (diff)
parentaaee3520f393babd87a34edda48793ed29804365 (diff)
downloadsphinx-git-3f7bf48715ed5d6b0cf5d2645ee2886975b97b10.tar.gz
Merge branch '3.4.x' into 3.x
Diffstat (limited to 'tests/roots/test-ext-autodoc/target/need_mocks.py')
-rw-r--r--tests/roots/test-ext-autodoc/target/need_mocks.py5
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))