-
Notifications
You must be signed in to change notification settings - Fork 263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make discovering test methods from base classes defined in another assembly the default. #164
Comments
From @AbhitejJohn
|
This is currently blocked by #163. |
Just checking on this one - We'd really love to see this get done! Any estimate on when this will be fixed? |
@MikeChristensen : This feature is already available in version 1.1.18 of the Framework/Adapter tuple. Its just not the default. You can turn it on by passing in the following runsettings:
|
I'm aware of this. I'm asking when it will be turned on by default, without needing a runsettings file. |
That is scheduled for the next release - End of next week is when we are hoping to get this through. |
* Issue: Discovery and execution got stuck if project under test is not having nuget reference of TestHost and targeting netcoreapp1.0 Fix:- catch the exception and raise HandleDiscoveryComplete/HandleExecutionComplte event. Test: 1) Manually 2) Unit test
Description
We plugged in this support in the
1.1.17
version of the packages as part of #23. This should however be the default workflow even though this is a difference in behavior from MSTest V1. This should however be documented though.The text was updated successfully, but these errors were encountered: