Why doesn’t PyCharm stop tests while running?
I have a pytest 8.3.4 testsuite running on an updated Windows 11 machine on Python 3.11.9 executed by PyCharm Community Edition 2024.3 as my team mates have.
Why doesn’t PyCharm stop tests while running?
I have a pytest 8.3.4 testsuite running on an updated Windows 11 machine on Python 3.11.9 executed by PyCharm Community Edition 2024.3 as my team mates have.
Why is the exception itself not written in debug when a test fails? [closed]
Closed 37 secs ago.
Pytest not finding tests on Pycharm
I’m having this problem with pytest where pytest is not discovering my tests. I made sure I put the right directory in Python, set default test runner to pytest, set up file paths and directory in configuration and the pytest is running just not finding the results. I made sure I have the right naming conventions too, can someone help with this problem? I can’t post images because it says I need reputation 10.
“Test framework quit unexpectedly” when running Pytest in PyCharm
I’m running PyCharm Professional 2023.3.4 on an Ubuntu 22.04 machine.