Pycharm unit test interactive debug command line doesn't work

前端 未结 4 1635
深忆病人
深忆病人 2020-12-03 04:24

When debugging unit tests (through the pycharm test runner), one can turn on the interactive command line, but (unlike when debugging regular scripts) the commands entered d

4条回答
  •  南笙
    南笙 (楼主)
    2020-12-03 04:47

    If you don't want to change run/debug configuration every time you run tests, you can set JB_DISABLE_BUFFERING environment variable as "-s". It is useful if you use ^+SHIFT+D shortcut to debug tests of current file in editor.

提交回复
热议问题