The New ReferenceTest class for TDDA
Posted on Thu 26 January 2017 in TDDA • Tagged with tdda, constraints, rexpy
Since the last post, we have extended the reference test functionality
in the Python tdda library.
Major changes (as of version 0.2.5, at the time of writing) include:
- Introduction of a new
ReferenceTestclass that has significantly more functionality from the previous (now deprecated)WritableTestCase. - Support for
pytest …