This framework allows yout to write (in LotusScript) and run unit tests for LotusScript code. For now framework contains some basic infrastructure, abstract class for tests and agent to run tests.


In order to use DUnit, you should copy LotusScript libs to target database. Unit tests and DUnit libs must be in database with code to be tested.


More detailed information about writing and running tests could be found on GitHub or Documentation tab of this project