Configuring PyCharm for using pytest as the test runner
To use pytest as the test runner, I found a bunch of things that weren’t working officially, so I tried to write this blog post to understand the right way of doing it. Configuring pytest as the test runner To configure pytest, you need to do the following: Go to the Preferences menu ( Within …