Daeer-Projects / Converter.Temperature

The temperature convertions methods created as extension methods.
MIT License
3 stars 0 forks source link

Investigate FsCheck #59

Open Daeer-Projects opened 1 year ago

Daeer-Projects commented 1 year ago

Is your feature request related to a problem? Please describe. The tests use defined values. FsCheck could help with more edge case tests.

Describe the solution you'd like To use FsCheck to increase reliability of current tests and library.

Additional context Use some property based testing.

E.g. Temp => convert to => convert back => should be original Temp.