Skip to content

Commit

Permalink
Add "# indirect doctest" note for Functions too
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanket Agarwal committed Mar 17, 2012
1 parent 6f65787 commit 12f7a48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/coverage_doctest.py
Expand Up @@ -115,6 +115,8 @@ def print_coverage(module_path, c, c_md, c_mdt, c_idt, f, f_md, f_mdt, f_idt, sc
print_header('Indirect doctests', '-')
for md in f_idt:
print ' * '+md
print '\n Use \"# indirect doctest\" in the docstring to supress this warning'


if verbose:
print '\n'+'-'*70
Expand Down

0 comments on commit 12f7a48

Please sign in to comment.