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.
1 parent 3f7f7ce commit 96216c0Copy full SHA for 96216c0
numpydoc/tests/test_full.py
@@ -58,7 +58,7 @@ def test_MyClass(sphinx_app):
58
# if we see a \* in the output we know it's incorrect:
59
assert r'\*' not in html
60
# "self" should not be in the parameter list for the class:
61
- assert 'self,' in html # XXX should be "not in", bug!
+ assert 'self,' not in html
62
# check xref was embedded properly (dict should link using xref):
63
assert 'stdtypes.html#dict' in html
64
0 commit comments