fsprojects / FSharp.TypeProviders.SDK

The SDK for creating F# type providers
https://fsprojects.github.io/FSharp.TypeProviders.SDK/
MIT License
298 stars 94 forks source link

Add Tests #29

Closed mavnn closed 9 years ago

mavnn commented 10 years ago

I've added a simple smoke test to make sure that ProvidedTypes.fs compiles, but we need some tests adding.

mavnn commented 9 years ago

Closed via fccda84970d0866c8600f9302090d240ee97ea14

vladima commented 9 years ago

Back in days when ProvidedTypes API was hosted on codeplex I've added a bunch of tests to verify that type providers generate correct and verifiable code: TypeProviders.fs and Clients.fs. It will be nice to port them as well

mavnn commented 9 years ago

Excellent. It should be quite straight forward to include these. Thanks! On 16 Feb 2015 20:48, "Vladimir Matveev" notifications@github.com wrote:

Back in days when ProvidedTypes API was hosted on codeplex I've added a bunch of tests to verify that type providers generate correct and verifiable code: TypeProviders.fs http://fsharp3sample.codeplex.com/SourceControl/latest#SampleProviders/Samples.Tests/TypeProviders/TypeProviders.fs and Clients.fs http://fsharp3sample.codeplex.com/SourceControl/latest#SampleProviders/Samples.Tests/Clients/Clients.fs. It will be nice to port them as well

— Reply to this email directly or view it on GitHub https://github.com/fsprojects/FSharp.TypeProviders.StarterPack/issues/29#issuecomment-74570211 .