Open Daeer-Projects opened 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.
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.