Skip to content

Testing

isaac-ped edited this page Nov 29, 2017 · 1 revision

Testing

Testing in Dedos relies on the Check framework.

Tests can be run with

$ make test  # Makes and runs all tests
# or
$ make unit  # Makes and runs only unit test
             # (not integration tests)

Tests are of two types:

Clone this wiki locally