dadadel / pyment

Format and convert Python docstrings and generates patches
GNU General Public License v3.0
905 stars 62 forks source link

Added a test case for issue #22 #65

Closed wagnerpeer closed 6 years ago

wagnerpeer commented 6 years ago

I wrote a test case to show the behavior of pyment in case of classes having an non documentet __init__(). The test clearly shows that the documentation is correctly generated. Issue #22 could be closed from my point of view.