I want to start writing unit tests for my Python code, and the py.test framework sounds like a better bet than Python\'s bundled unittest. So I added a \"tests\" directory t
PyCharm 2017.3
Preference -> Tools -> Python integrated Tools - Choose py.test as Default test runner.Preference -> Languages&Frameworks -> Django - Set tick on Do not use Django Test runnerRun/Debug configuration, otherwise tests will be run with those older configurations. Run/Debug Configuration -> Defaults -> Python tests -> py.test -> Additional Arguments