no output in console for unittests in pycharm 2017

后端 未结 4 1908
温柔的废话
温柔的废话 2021-02-04 05:50

I have created unitests using import unittest. When I want to run a specific test and I put a breakpoint then go to the console and try to eval expressions there\'s no r

4条回答
  •  春和景丽
    2021-02-04 06:27

    Could this be because you use pycharm 2017.1 combined with a python environment that has teamcity-messages in it? That combi crashes, see https://youtrack.jetbrains.com/issue/PY-23926

    Upvote that ticket if that's the case please (making an account took me 1 min).

提交回复
热议问题