-
Notifications
You must be signed in to change notification settings - Fork 16
Tests not discovered with Expecto >= 4.x.x #11
Comments
Released 1.0.0-alpha006 however I expect this issue still exists. |
I tried with
ropenend solution, rebuild solution, but no test in test-Explorer apperar. Here is my example code https://github.com/fbehrens/Fsharp-playground |
@fbehrens You need to add Expecto.VisualStudio.TestAdapter to your project's paket.references (followed by .paket/paket.exe install). I just tried that with your code and it worked. |
@nikolamilekic Thanks for support :). It discoverd the test in with Expecto |
I don't know if you will also support VS2017. Will You ?
|
@fbehrens That's strange because I tried your project with 2017 and it worked after I made the paket.references change. |
@nikolamilekic Yes, indeed. I have no idea why. |
Hey @fbehrens, your solution currently works here in 2017 too, no changes required. I also tried upgrading expecto to 4.0.3 and it fails still, so I am leaving this open: |
@nikolamilekic Thanks for checking with VS2017. I pulled from the wrong remote and missed again the entry in the @adamchester thanks for the fixes and update to |
Hi,
I addedd it through
nuget Expecto.VisualStudio.TestAdapter version_in_path: true
paket install
,This installs
Expecto.VisualStudio.TestAdapter (1.0.0-alpha005) - version_in_path: true
and then restart Visual Studio.
I can open Test-Explorer bun none of my Expecto tests are discovered.
It's not that I really wonder about something in Visual Studio is not working,
but it would be nice if it would.
The text was updated successfully, but these errors were encountered: