PyCharm 2016.2 Help

Navigating Between Test and Test Subject

On this page:

Overview

Testing support in PyCharm provides the ability to navigate between a test and the test subject.

Jumping from a test to its test subject

  1. Open the desired test class in the editor.
  2. On the main menu or on the context menu of the editor, choose Navigate | Test Subject. Alternatively, press Ctrl+Shift+T.

    The test subject for the current test class opens in the dedicated tab of the editor and gets the focus.

Jumping from a cass to its test

  1. Open the desired class in the editor.
  2. On the main menu or on the context menu of the editor, choose Navigate | Test. Alternatively, press Ctrl+Shift+T.

    If more than one test is associated with the test subject, select the desired one from the pop-up list: The test for the current class opens in the dedicated tab of the editor and gets the focus.

See Also

Procedures:

Language and Framework-Specific Guidelines:

Last modified: 23 November 2016