fsprojects / FSharp.TypeProviders.SDK

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

add test cases to statically parameterized methods #181

Closed dmitry-a-morozov closed 3 years ago

dmitry-a-morozov commented 6 years ago

@dsyme I'm thinking about submitting PR to close this issue. Where do I put tests? BasicErasedProvisionTests.fs?

dsyme commented 6 years ago

That would be fantastic. Yes, BasicErasedProvisionTests.fs.

The current tests for static parameters of types uses the helpers in ProvidedTypesTesting.fs but they aren't particularly magical

dsyme commented 3 years ago

Closing this as a lot of testing has been added since then