martinskuta / TestingAssistant

Resharper and Rider extension that helps you navigate your tests (Go to test and back). Also extends rename functionality of Resharper to keep you test methods and test classes up to date.
MIT License
4 stars 0 forks source link

Make navigation to tests of sub classes optional #3

Open martinskuta opened 2 years ago

martinskuta commented 2 years ago

When navigating to tests the inclusion of BaseXxxTests classes can be annoying.

Option:

  1. Make a setting to make it optional. "Include base class tests when navigating to tests"
  2. Split the navigate to test action into two actions. Ctrl+G+T would go to tests of actual class only and Ctrl+G+B would go to tests of base classes
  3. Do both where Ctrl+G+T could optionally include base class tests.