Open guettli opened 3 years ago
Since I don't use pycharm myself, and I can't see what the _jb_pytest_runner.py
script does exactly, can you reproduce this with plain pytest? (Probably PyCharm passes -s
to pytest, so you can try with that as well)
I do not have any migrations to apply but the Creating tables...
output is very long. Would be great to have an option to hide that
If I run one test via PyCharm I see the migrations output twice:
How to hide the output which gets created by the migrations?
And why do I see the exception twice?