shawnbrown / datatest

Tools for test driven data-wrangling and data validation.
Other
294 stars 13 forks source link

Add "msg" argument to new allowances. #31

Closed shawnbrown closed 7 years ago

shawnbrown commented 7 years ago

Add msg=None argument to new allowances.

In cases where msg is None, but a filter function has a __doc__, use the docstring as the message.

shawnbrown commented 7 years ago

This is done: