Add missing test decorator for `test_util_inspect` (#11321)

This commit is contained in:
Martin Liška 2023-04-21 03:22:10 +02:00 committed by GitHub
parent d8f15c7361
commit 77483f2824
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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