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 b352cd7 commit 9867198Copy full SHA for 9867198
numpydoc/tests/test_full.py
@@ -65,7 +65,7 @@ def test_MyClass(sphinx_app):
65
66
67
def test_my_function(sphinx_app):
68
- """Test that a timings page is created."""
+ """Test that function documentation is reasonable."""
69
out_dir = sphinx_app.outdir
70
function_html = op.join(out_dir, 'generated',
71
'numpydoc_test_module.my_function.html')
0 commit comments