PyCharm Edu 2019.2 Help

Navigating between test and test subject

In PyCharm Edu, you can quickly navigate between a test and the test subject.

Jump from a test to its test subject

  1. Open a 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.

Jump from a class or file to its test

  1. Open a test class in the editor. If you want to navigate from the method to its test, position the caret at this method.

Last modified: 22 January 2020