-
-
Notifications
You must be signed in to change notification settings - Fork 96
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
No source locations for test theories in the Visual Studio test explorer #487
Comments
As the linked YoloDev issue says, testTasks are also missing source information, but in that case it seems to get to expecto/Expecto/Expecto.Impl.fs Line 976 in 9fe60dc
|
Hmm. I haven't worked with this part of the code base yet. I don't have any prior knowledge to bring to the table here. Have you found a particular place where |
Looks like it gets to expecto/Expecto/Expecto.Impl.fs Line 1010 in 9fe60dc
getFirstOrDefaultSequencePoint doesn't find any results
|
The where clause is looking for |
Hi,
I've seen similar issues with Ionide in the past, and am not really sure if there is an issue in Expecto itself of in the YoloDev test adaptor, but - in reference to YoloDev/YoloDev.Expecto.TestSdk#107 (comment)
If I have an expecto test project with a theory test, and I run if via the Visual Studio (2022) test explorer, then all the test results are shown but there is no source locaion available:
I've tried debugging some of Expectos own tests, and I notice that the
getLocation
function isn't returning anything for test theories, even though the input appears to have the appropriate information inside it:I haven't gone any further with debugging than that yet - thought I'd enquire and see what the expected situation is first?
The text was updated successfully, but these errors were encountered: