0.3.0 Release
This is a major release that switches the evaluation of +required_tests
to use re.match
function.
Added
+required_tests
now takes a dictionary of regex string to evaluate against all tests- support added for model-level schema tests and custom data tests
Other Changes
- Removed functionality which validated that all test keys were exact matches for defined tests. This is necessary to allow regex match strings to be used as keys. However, regex keys should be chosen carefully.