Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 491 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 491 Bytes

Tests for the API server

These tests can be run with:

./run_tests.sh -g ${sdk_dir}

You can optionally only run the unit tests or client tests with

./run_tests.sh -g ${sdk_dir} -s unit

or

./run_tests.sh -g ${sdk_dir} -s client

Directory Structure

The tests are split into two directories:

unit_test is for unit_tests. That is tests that can be run by themselves.

client_test are tests that require an instance of the API to be running.