Malik Sulaimanov
Results
2
issues of
Malik Sulaimanov
I can not run debugger in Pycharm with default configuration. test runner just ignores breakpoints. ``` Django==1.10.6 coverage==4.3.4 nose==1.3.7 django-nose==1.4.4 ``` I'm using following configuration ```python NOSE_ARGS = [ '--with-coverage',...