Pycharm - No pytest runner found in selected interpreter : Fix
Post
원문 보기 →Pycharm - No pytest runner found in selected interpreter : Fix
in Menu bar Pycharm > Preference > Tools > Python Integrated Tools Look at the details Testing > Default test runner > Choose "pytest" Then a message will show up with "Fix" button > Click it Pycharm automatically setup the setting to use pytest -----------Done !!!


