diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2022-06-17 02:19:33 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2022-06-17 02:19:33 +0900 |
commit | 4d7558e968d74f73e11c5460fe095b51a5a9f172 (patch) | |
tree | 2f67856b0b2022caec491c37766280b77c48ed2f /tests/test_ext_autodoc_automodule.py | |
parent | 571b55328d401a6e1d50e37407df56586065a7be (diff) | |
parent | 949984c4e26671fdf5490c33cf90d4db118aaa86 (diff) | |
download | sphinx-git-4d7558e968d74f73e11c5460fe095b51a5a9f172.tar.gz |
Merge branch '5.0.x' into 5.x
Diffstat (limited to 'tests/test_ext_autodoc_automodule.py')
-rw-r--r-- | tests/test_ext_autodoc_automodule.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/test_ext_autodoc_automodule.py b/tests/test_ext_autodoc_automodule.py index 8208d86f6..71b23679d 100644 --- a/tests/test_ext_autodoc_automodule.py +++ b/tests/test_ext_autodoc_automodule.py @@ -133,6 +133,13 @@ def test_automodule_inherited_members(app): ' :module: target.inheritance', '', '', + ' .. py:attribute:: Base.inheritedattr', + ' :module: target.inheritance', + ' :value: None', + '', + ' docstring', + '', + '', ' .. py:method:: Base.inheritedclassmeth()', ' :module: target.inheritance', ' :classmethod:', |