implement Expecto Support by fbehrens · Pull Request #128 · SwensenSoftware/unquote
Navigation Menu
- Notifications You must be signed in to change notification settings
- Fork 24
Conversation
I am not exactly sure, if this is all correct, but it works for me.
I was wondering about, that the VerifyExpectoProject was not really failing without the implementation.
Frank Behrens added 2 commits
December 12, 2016 13:53| if assemblies |> Seq.exists (fun a -> a.GetName().Name = "Fuchu") then | ||
| yield Fuchu (Type.GetType("Fuchu.AssertException, Fuchu")) | ||
| elif assemblies |> Seq.exists (fun a -> a.GetName().Name = "Expecto") then | ||
| yield Fuchu (Type.GetType("Expecto.AssertException, Expecto")) |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you mean yield Expecto here?
@neoeinstein Yes I did mean yield Expecto, and fixed that. Thanks
Looks great! Merged into master and put in 3.2.0 milestone... gonna try to get this out in next couple days.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters