We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@need_sphinx
1 parent 56e51de commit b4a09feCopy full SHA for b4a09fe
1 file changed
tests/test_slots.py
@@ -778,12 +778,6 @@ def documented(self):
778
return True
779
780
781
-need_sphinx = pytest.mark.skipif(
782
- Sphinx is None, reason="Sphinx is not installed"
783
-)
784
-
785
786
-@need_sphinx
787
def test_sphinx_autodocuments_cached_property():
788
"""
789
Sphinx can generate autodocs for cached properties in slots classes
@@ -809,7 +803,6 @@ def test_sphinx_autodocuments_cached_property():
809
803
assert written.read() == good.read()
810
804
811
805
812
813
806
def test_sphinx_automembers_cached_property():
814
807
815
808
Sphinx can find cached properties in the :members: of slots classes
0 commit comments