Skip to content

Add randomized tests #5

@stylewarning

Description

@stylewarning

It's possible to do more comprehensive testing with randomized tests. Something like

(let ((r (random most-positive-double-float)))
  (= r (parse-float:parse-float (prin1-to-string r) :type 'double-float
                                                    :exponent-character #\d)))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions