You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey,
first of all, this is a great project! I tried to use pdocs to generate user documentation for my unit test cases, which works pretty fine. But as my test cases inherit from unittest.TestCase, all public methods of this base class are also shown.
Is there a way to disable it?
The text was updated successfully, but these errors were encountered:
Hey,
first of all, this is a great project! I tried to use
pdocs
to generate user documentation for my unit test cases, which works pretty fine. But as my test cases inherit fromunittest.TestCase
, all public methods of this base class are also shown.Is there a way to disable it?
The text was updated successfully, but these errors were encountered: