Skip to content

Commit 58cf671

Browse files
fix test after update
1 parent 40cd61d commit 58cf671

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

numpydoc/tests/test_numpydoc.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ class MockConfig():
1313
templates_path = []
1414
numpydoc_edit_link = False
1515
numpydoc_citation_re = '[a-z0-9_.-]+'
16+
numpydoc_attributes_as_param_list = True
1617

1718
class MockBuilder():
1819
config = MockConfig()

0 commit comments

Comments
 (0)