Skip to content

Version 1.2.0

Compare
Choose a tag to compare
@sio sio released this 19 Mar 18:02
· 30 commits to master since this release

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 of LibPQ.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)