Feature description
Add this below to every file for easier file testing.
if __name__ == "__main__":
import doctest
doctest.testmod()
There is already a workflow to automatically check for doctests, however this provides better accessibility when testing specific files.
This issue is questionable so I'm open to conversation