The Q Test Bench provides supporting functions for writing unit tests in q, the programming language of kdb+ from Kx Systems.
The detailed documentation on how to use it can be found in doc/qtb.md.
QTB and all supporting components in this repository are licensed under the GNU Public License v3, which can be found on the GNU website.
This is a rewrite of the original Q Test Bench (qtb). The core user-visible change from the original implementation is that the test are now held in a special context hierarchy within kdb. The overall idea and approach are very much the same; just the specialized container for test lambdas has been removed.