Skip to content

0.3.0 Release

Compare
Choose a tag to compare
@tnightengale tnightengale released this 04 May 03:47
aaa7f7c

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.