Skip to content

Commit

Permalink
fix: Adjust broken test for the python numpy doc
Browse files Browse the repository at this point in the history
Former-commit-id: af3c9aa
  • Loading branch information
kkoomen committed Jun 28, 2019
1 parent b132c30 commit 1a0dd2e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/filetypes/python/functions.vader
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ Do (trigger doge):
Expect python (generated comment with nothing but the text 'TODO'):
def myFunc():
"""
TODO

TODO
"""
pass
Expand All @@ -127,6 +129,8 @@ Expect python (generated comment with :param tags):
"""
TODO

TODO

Parameters
----------
p1 : Callable[[int], None]
Expand All @@ -151,6 +155,8 @@ Expect python (generated comment with :param tags):
"""
TODO

TODO

Parameters
----------
p1 : Callable[[int], None]
Expand Down

0 comments on commit 1a0dd2e

Please sign in to comment.