formulahendry / formulahendry/vscode-dotnet-test-explorer
Can't debug inherited nunit tests.
Open
- Dominant language
- TypeScript
- Stars
- 208
- Forks
- 93
- PR merge metrics
- No merged PRs in 30d
Description
If you define an abstract class that has nunit tests. And inherit from that class in a concrete class. Then the tests do not show in the Testing list.
If I add a [TestFixture] attribute to the concrete class then the tests will show in the list. However if I try and debug the test then it will display a spinner forever and never run the test.
The tests can be run with dotnet test, just not with this extension.
Versions:
* dotnet 5.0.301
* nunit 3.13.1
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.