Skip to content

Commit 9867198

Browse files
rossbarlarsoner
authored andcommitted
MAINT: Update test docstring.
Description appears to have been ported directly over from sphinx-gallery example. Updated to match current test function.
1 parent b352cd7 commit 9867198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpydoc/tests/test_full.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def test_MyClass(sphinx_app):
6565

6666

6767
def test_my_function(sphinx_app):
68-
"""Test that a timings page is created."""
68+
"""Test that function documentation is reasonable."""
6969
out_dir = sphinx_app.outdir
7070
function_html = op.join(out_dir, 'generated',
7171
'numpydoc_test_module.my_function.html')

0 commit comments

Comments
 (0)