fsprojects-archive / zzarchive-VisualFSharpPowerTools

[ARCHIVED] Power commands for F# in Visual Studio
http://fsprojects.github.io/VisualFSharpPowerTools/
Apache License 2.0
310 stars 77 forks source link

Nunit 3 #1405

Closed vasily-kirichenko closed 7 years ago

dungpa commented 7 years ago

I don't know why but a few VS unit tests keep failing. Do they pass locally on your machine?

vasily-kirichenko commented 7 years ago

Nope. I'm just too frustrated to fix them now. Waiting until I'm OK to deal with all the mock stuff.

vasily-kirichenko commented 7 years ago

We were missing events in DocumentEventListener (there may be some between our Async.AwaitEvent ...s as far as I understand). Now it's impossible, but a couple of tests fail on CI, but all are green locally.

vasily-kirichenko commented 7 years ago

OMG it's green.

dungpa commented 7 years ago

Great jobs. You even fix a long-standing bug :).

vasily-kirichenko commented 7 years ago

Yeah. As a benefit, now I understand how DocumentEventListener works ;)