mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Add missing test decorator for `test_util_inspect
` (#11321)
This commit is contained in:
parent
d8f15c7361
commit
77483f2824
@ -670,6 +670,7 @@ def test_isattributedescriptor(app):
|
||||
pass
|
||||
|
||||
|
||||
@pytest.mark.sphinx(testroot='ext-autodoc')
|
||||
def test_isproperty(app):
|
||||
from target.functions import func
|
||||
from target.methods import Base
|
||||
|
Loading…
Reference in New Issue
Block a user