implement Expecto Support by fbehrens · Pull Request #128 · SwensenSoftware/unquote

Skip to content

Navigation Menu

Sign in

Appearance settings

Conversation

@fbehrens

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

neoeinstein

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?

@fbehrens

@neoeinstein Yes I did mean yield Expecto, and fixed that. Thanks

@haf

@stephen-swensen

Thanks for the PR! I'll try to get this reviewed, merged, and released ASAP.

@stephen-swensen

Looks great! Merged into master and put in 3.2.0 milestone... gonna try to get this out in next couple days.

@stephen-swensen

FYI - this is released with version 3.2.0 on NuGet now (no foolin'!)

Labels