mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Remove duplicate test in test_ext_autodoc.py
Duplicate since c6bd84a614.
This commit is contained in:
@@ -367,11 +367,6 @@ def test_get_doc(app):
|
|||||||
"""Döcstring"""
|
"""Döcstring"""
|
||||||
assert getdocl('function', f) == ['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
|
# verify that method docstrings get extracted in both normal case
|
||||||
# and in case of bound method posing as a function
|
# and in case of bound method posing as a function
|
||||||
class J: # NOQA
|
class J: # NOQA
|
||||||
|
|||||||
Reference in New Issue
Block a user