Python - run all tests for __main__ - executeAllTests()
This would be something useful for me when using PyCharm and pytest. I don't have (or don't know if it's possible) to have the IDE run all the tests in a file, so ... I want a way to tag all the functions to run in my executeAllTests() function that I …