Version 1.2.0
This release adds a few minor improvements regarding the unit testing
framework.
The library has been in regular use for more than a year already and has
proven to be very stable and had required very little maintenance. Author
recommends it for use in any suitable task.
New features
- Support for fact based unit tests
- Support unlimited number of test runners for different test suite types with
UnitTest.Discover. Runner is determined
based on the value ofLibPQ.TestSuite
meta field. Test runners have to be
API compatible with the reference implementation
(UnitTest.Run)
Other changes
- Test code was moved into a separate directory (#15)