PyCharm Edu 3.0 Help

Navigating Between Test and Test Subject

On this page:

Overview

Testing support in PyCharm Edu 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. 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. Press Ctrl+Shift+T.

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

See Also

Last modified: 30 August 2016