PyCharm 2018.2 Help

Rerunning Tests

You can repeat your test session, or individual tests without leaving your test runner tab of the Run tool window. The tests are performed again using the same run configuration as in the initial run.

Rerunning a testing session

Do one of the following:

  • Press Ctrl+F5 or click icons toolwindows toolWindowRun svg on the toolbar of the Test Runner tab.

Note that you can rerun the tests automatically.

Rerunning an individual test

  • In the Test Runner tab, click a test case node or a test and select Run <test target> on its context menu.

Rerunning failed tests

  • In the Test Runner tab, click Rerun Failed Tests button on the toolbar.

Rerunning tests automatically

PyCharm lets you rerun run/debug configuration of a test automatically, if the source code has been changed. To enable autotest-like runner facility, make sure that the Toggle auto-test button icons actions swapPanels in the Run toolbar of the Test Runner tab is pressed.

Debugging a failed test

  1. In the Test Runner tab, press Shift and click Rerun Failed Tests icons runConfigurations rerunFailedTests svg.

  2. Select Debug from the Restart Failed Tests popup.

    py rerun failed test

The tests that have failed will be rerun in the debug mode.

Last modified: 21 November 2018

See Also

Reference: