mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge pull request #8529 from jdufresne/dup-test
Remove duplicate test in test_ext_autodoc.py
This commit is contained in:
commit
d5e13324e8
@ -367,11 +367,6 @@ def test_get_doc(app):
|
||||
"""Döcstring"""
|
||||
assert getdocl('function', f) == ['Döcstring']
|
||||
|
||||
# already-unicode docstrings must be taken literally
|
||||
def f():
|
||||
"""Döcstring"""
|
||||
assert getdocl('function', f) == ['Döcstring']
|
||||
|
||||
# verify that method docstrings get extracted in both normal case
|
||||
# and in case of bound method posing as a function
|
||||
class J: # NOQA
|
||||
|
Loading…
Reference in New Issue
Block a user