daveyarwood / djy

A library of character utility functions for Clojure
Eclipse Public License 1.0
37 stars 3 forks source link

Write more tests #3

Closed daveyarwood closed 9 years ago

daveyarwood commented 9 years ago

Write tests covering the rest of the API functions. So far I have only had to time to write tests for the code-point-of multimethod -- see char_test.clj to get an idea of the kind of generative tests I want to write.

Maybe consider whether test.check might be helpful for this.