Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 203 Bytes

unittests.md

File metadata and controls

14 lines (10 loc) · 203 Bytes

Unittests

To run unit tests please use the following commands:

For API and Watcher components:

$ make test

In order to get the full HTML coverage report please use:

$ make test-html