Fix test runner tab corrupted?
Apparently I mistakenly clicked something and now the summary info section is gone from my Run window's Test results. The output pane is ok; it's just the handy statistics (overview of red/green by test name) and left-hand pane treeview are gone. Fiddling with Test toolbar didn't seem to help. I also don't have the associated buttons for those two panes.
Restart of pycharm does not change the loss. It was working earlier however.
Help? Thank you!
2.7.3 pycharm; osx 10.8; MBP smallest screen
Restart of pycharm does not change the loss. It was working earlier however.
Help? Thank you!
2.7.3 pycharm; osx 10.8; MBP smallest screen
请先登录再写评论。

it seems that you just run the script file instead of tests configuration. Please, check that you selected the proper run configuration.
For more information about PyCharm run configurations, please visit webhelp page.
http://stackoverflow.com/questions/10870116/how-to-make-unit-test-in-pycharm
Then I deleted the config that was merely running my item and changed a default test runner's config to use /folder/ instead of just one file. Now I have the nice right-click menu and also I get my tests.