Test against annoying float values? #596
Labels
code improvement
A feature request that will improve the software and its maintainability, but be invisible to users.
feature request
An issue that improves the user interface.
good first issue
Good for newcomers
Hypothesis just reminded me that there are other float values, namely:
nan
-inf
andinf
. Right now we have no protection against this. Should we?Secondly, I think it's time to consolidate our value enforcement system and remove all the duplicated code.
The text was updated successfully, but these errors were encountered: