Pycharm is great for running all of the doctests per (script / function / class / folder*) but the folder option runs all doctests which are immediately within that folder (not within folders of that folder).
Is there a way to recursively run through some top level folder and run all doctests found?