I\'m sure this is a simple fix, but I\'d like to view log messages in the PyCharm console while running a unit test. The modules I\'m testing have their own loggers, an
In Edit Configurations:
worked like a "charm" for me in pyCharm 2017.2.3
thanks bott