adamchester / expecto-adapter

Visual Studio test adapter for Expecto (https://github.com/haf/expecto)
MIT License
28 stars 16 forks source link

It does not work :) #13

Closed vasily-kirichenko closed 7 years ago

vasily-kirichenko commented 7 years ago

image

Maybe it works on tests marked with attributes?

tadyshev commented 7 years ago

Looking at the sample code (https://github.com/adamchester/expecto-adapter/blob/master/src/Expecto.Vstest.Console/Program.fs#L7) it looks like the test function needs [\<Tests>] attribute.

vasily-kirichenko commented 7 years ago

@ditadi Thanks! With that attribute applied the tests appear in the Text Explorer window and everything works great.