jackfirth / racket-disposable

An experimental Racket library providing an abstraction for values associated with external resources that allows automatic resource pooling, per-thread virtual construction, and monadic composition
Apache License 2.0
7 stars 0 forks source link

Add tests #14

Closed jackfirth closed 7 years ago

jackfirth commented 7 years ago

The best way to test this would probably be with generative testing that tries to confirm properties hold no matter what thread evaluation orders occur. Maybe once a nicer toolkit for generative property testing is available in Racket.