shawnbrown / datatest

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

Remove Subject Data Requirement #15

Closed shawnbrown closed 8 years ago

shawnbrown commented 8 years ago

Currently, as noted in the documentation, "To use DataTestCase, you must define subjectData".

This requirement made more sense before we had plans for magic removal/reduction (see #11). But as the assertions are more properly decoupled, users should have the ability to run DataTestCase methods without a baked-in subjectData source.

shawnbrown commented 8 years ago

This is done: fb2338a09d85fe1a54fe9494584e9ffcf6104733