Skip to content

Commit def02e6

Browse files
committed
TST : removed print statement
1 parent ddb5632 commit def02e6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

numpydoc/tests/test_docscrape.py

-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ def test_yields():
178178
"""
179179
doc = NumpyDocString(doc_text)
180180
section = doc['Yields']
181-
print(section)
182181
assert_equal(len(section), 2)
183182
truth = [('a', 'apples.'), ('b', 'bananas.')]
184183
for (arg, arg_type, desc), (arg_true, ending) in zip(section, truth):

0 commit comments

Comments
 (0)