Bogdanp / rackcheck

A property-based testing library for Racket.
28 stars 7 forks source link

Add support for dynamic property naming #6

Closed laelath closed 2 years ago

laelath commented 2 years ago

This changes the property macro from accepting an optional identifier in the first position to an optional named argument #:name, this makes it possible to specify property names dynamically in things like property generating functions. The name had to be made a named argument otherwise there would be ambiguity in the macro syntax.

laelath commented 2 years ago

Subsumed by #7