Choose your testing framework

Last modified: 14 April 2021

By default, the suggested default test runner is unittest. However, you can redefine the default framework and change it to nosetest, pytest or TwistedTrial.

With the test runner selected, PyCharm suggests the appropriate default run/debug configuration:

Suggested run/debug configuration for a test framework

If a user already has the testing run/debug configuration for a specific file and for a specific testing framework, then PyCharm will launch this run/debug configuration, regardless of your chosen default test runner. For more details in how to change or delete such a configuration, see Run/debug configurations.

If a user opens any non-PyCharm project that involves testing frameworks, PyCharm will autodetect the required test runner and set it for the project.