Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 551 Bytes

TESTING.md

File metadata and controls

20 lines (12 loc) · 551 Bytes

Testing

This document contains information on how to test Databox.

Integration tests

The main databox repository contains the integration tests for Databox. These are in early development but are still useful. Run

  make test

These test will build databox and install a driver and app pair to check functionality. More work is required but it is a start.

Unit tests

Most core components also have unit tests these are language specific. See the core-arbiter for an example.