diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-04-27 00:54:23 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-04-27 00:54:23 +0900 |
commit | 42aa293679ef962105183742e3706ee0ce5702f3 (patch) | |
tree | 64f35a5c9444a6771cb8b78f8eb8661b1465b7d2 /tests/test_autodoc.py | |
parent | 2c7d64b94cd9cb8a85a2707773bf66f7bfb76d61 (diff) | |
parent | 2619f85461d53afb4948121d2f4539b8530c2af3 (diff) | |
download | sphinx-git-42aa293679ef962105183742e3706ee0ce5702f3.tar.gz |
Merge branch '3.x'
Diffstat (limited to 'tests/test_autodoc.py')
-rw-r--r-- | tests/test_autodoc.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/test_autodoc.py b/tests/test_autodoc.py index dd474536d..3907e3465 100644 --- a/tests/test_autodoc.py +++ b/tests/test_autodoc.py @@ -1032,14 +1032,12 @@ def test_instance_attributes(app): '', ' .. py:attribute:: InstAttCls.ia1', ' :module: target', - ' :value: None', '', ' Doc comment for instance attribute InstAttCls.ia1', '', '', ' .. py:attribute:: InstAttCls.ia2', ' :module: target', - ' :value: None', '', ' Docstring for instance attribute InstAttCls.ia2.', '' @@ -1066,7 +1064,6 @@ def test_instance_attributes(app): '', ' .. py:attribute:: InstAttCls.ia1', ' :module: target', - ' :value: None', '', ' Doc comment for instance attribute InstAttCls.ia1', '' @@ -1485,7 +1482,6 @@ def test_autodoc_typed_instance_variables(app): ' .. py:attribute:: Class.attr2', ' :module: target.typed_vars', ' :type: int', - ' :value: None', '', '', ' .. py:attribute:: Class.attr3', @@ -1497,7 +1493,6 @@ def test_autodoc_typed_instance_variables(app): ' .. py:attribute:: Class.attr4', ' :module: target.typed_vars', ' :type: int', - ' :value: None', '', ' attr4', '', @@ -1505,7 +1500,6 @@ def test_autodoc_typed_instance_variables(app): ' .. py:attribute:: Class.attr5', ' :module: target.typed_vars', ' :type: int', - ' :value: None', '', ' attr5', '', @@ -1513,7 +1507,6 @@ def test_autodoc_typed_instance_variables(app): ' .. py:attribute:: Class.attr6', ' :module: target.typed_vars', ' :type: int', - ' :value: None', '', ' attr6', '', @@ -1529,7 +1522,6 @@ def test_autodoc_typed_instance_variables(app): '.. py:data:: attr2', ' :module: target.typed_vars', ' :type: str', - ' :value: None', '', ' attr2', '', |