Skip to content

Commit

Permalink
Add missing test decorator for test_util_inspect (#11321)
Browse files Browse the repository at this point in the history
  • Loading branch information
marxin committed Apr 21, 2023
1 parent d8f15c7 commit 77483f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_util_inspect.py
Expand Up @@ -670,6 +670,7 @@ def __get__(self, obj, typ=None):
pass


@pytest.mark.sphinx(testroot='ext-autodoc')
def test_isproperty(app):
from target.functions import func
from target.methods import Base
Expand Down

0 comments on commit 77483f2

Please sign in to comment.