pytest-pycharm
pytest-pycharm copied to clipboard
A break generated by pytest-pycharm seems to remove all future breakpoints
if the stack stops in a problem in a given test, then all breakpoints in other subsequent tests are ignored:
def test_failing():
assert False
def test_success():
assert True # <-- put a breakpoint here
Not much of a problem for me, but I can confirm the behavior.
Thanks @aberres for confirming!