You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
closed_intervals_test.exs contains a simple PropCheck generator. It would be nice to make that available to downstream users. We probably need to allow a user to pass in a generator for interval values into this generator, in order to make it work with arbitrary data. This probably includes passing in :order and :eq as well. I have something like this in mind:
This should be placed in a new module generators/closed_intervals.ex, and mix.exs must be extended to compile this module if the environment is test or dev. We should then also add an example for the README to allow people finding this.
The text was updated successfully, but these errors were encountered:
closed_intervals_test.exs
contains a simple PropCheck generator. It would be nice to make that available to downstream users. We probably need to allow a user to pass in a generator for interval values into this generator, in order to make it work with arbitrary data. This probably includes passing in:order
and:eq
as well. I have something like this in mind:This should be placed in a new module
generators/closed_intervals.ex
, andmix.exs
must be extended to compile this module if the environment istest
ordev
. We should then also add an example for the README to allow people finding this.The text was updated successfully, but these errors were encountered: