PyCharm 2017.3 Help

Jumping to Test or Test Subject

Navigating to test

Place the caret at a Python file opened in the editor, and do one of the following:

  • Right-click the editor and on the context menu choose Go To | Test
  • On the mani menu, choose Navigate | Test
  • Press Ctrl+Shift+T.

If the tests don't yes exist, you will be suggested to create one; if the tests already exist, you'll see the list of tests to go to, and the suggestion to create a new test.

Navigating to test subject

Place the caret at a Python test file opened in the editor, and do one of the following:

  • Right-click the editor and on the context menu choose Go To | Test Subject
  • On the mani menu, choose Navigate | Test Subject
  • Press Ctrl+Shift+T.
Last modified: 28 March 2018

See Also

Tutorials and Examples: