* Raise an exception if duplicate case/scenario names are used * New option for data subject connections that will raise an error if schemas fields don't match up with dataframe fields. * Allow embedded in data tables
0.5.4
------
* Resolves an issue pickling Pemi fields.
0.5.3
------
* Improved pipe connection graphing. * Source has(have) value(s) will now coerce values according to the field types before sending data to pipe to be tested. This may result in some tests that falsely pass to now start raising errors. * Fixed a pytest warning error following pytest upgrade.
0.5.2
------
* Relaxes some packages requirements.
0.5.1
------
* Decimal faker now honors precision/scale when faking data.
0.5.0
------
* **BREAKING** Substantial refactoring of the way that test scenarios are configured. See docs for details.