-
Notifications
You must be signed in to change notification settings - Fork 223
Open
Labels
bugSomething isn't workingSomething isn't workinggeneratorRelated to generators for property-based testingRelated to generators for property-based testinghelp wantedHelp most welcomeHelp most welcome
Description
;; underlying generators don't seem to handle these well
(m/validate [:<= (- Double/MAX_VALUE)] (- Double/MAX_VALUE))
;=> true
(mg/generate [:<= (- Double/MAX_VALUE)])
;Couldn't satisfy such-that predicate after 10 tries.
;; similar issue
(m/validate [:double {:max (- Double/MAX_VALUE)}] (- Double/MAX_VALUE))
;=> true
(mg/generate [:double {:max (- Double/MAX_VALUE)}])Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggeneratorRelated to generators for property-based testingRelated to generators for property-based testinghelp wantedHelp most welcomeHelp most welcome
Type
Projects
Status
Not right now