mercredi 3 juin 2015

Test for docstring existence

I want to write unit test for Python that would check if every package, module, class and method has a __doc__ string.

What is the right way to to this? I was thinking of making this check with recursive imports.

Aucun commentaire:

Enregistrer un commentaire