Skip to content

Release v0.1.0

Choose a tag to compare

@benedeki benedeki released this 11 Dec 17:59
· 38 commits to master since this release
ae4433c
  • first release of the library
  • DB test writing that run within a transaction, that is automatically rolled back at the end of each test-case
  • allows calls of DB functions, including verification of returned values
  • allows easy INSERT and SELECT operations on DB tables
  • some more abilities to make writing tests easier