I am new to Pycharm. I have a python program that consists of 19 classes that all have 1 unit test. When I go to the menu->run->run unit test in test script Pycharm starts at the 6th unit test and not at the first one. When I run this same code in idle it works perfectly.
Is there a way I can configure it to start with the first unit test inside of the first class?