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
Pycharm unit test interactive debug command line doesn't work
use pytest
(Run > Edit Configurations > Defaults > Python tests > py.test > add -s to the options field------>(Additional Arguments).)
settings default run tests by pytest:
(Preferences > Tools > Python Intergrated Tools > default test runner)