mausch / Fuchu

Functional test library for F# / C# / VB.NET
Apache License 2.0
120 stars 22 forks source link

dotnet test adapter #54

Open mausch opened 8 years ago

mausch commented 8 years ago

After #50 , implement the adapter for dotnet test to work.

Docs are currently dismal so I guess we'd have to dive into xunit or nunit's code.

idg10 commented 8 years ago

A related but different issue is that there didn't seem to be any support for non-core adapters (i.e., the kind of adapter that has been around for years, used outside of .NET Core project).

So I rustled one up: https://github.com/interactsw/fuchu-adapter