#!/bin/sh
#############################################################################
# Copyright (c) 2002-2021 MBARI
# Monterey Bay Aquarium Research Institute, all rights reserved.
#############################################################################

#echo "Running app handler tests:"
#python -m unittest -v test.app.AppProcess_test

echo "Running LCM tests:"
python -m unittest -v test.LCM.LCMHandlerBase_test
python3 -m unittest -v test.LCM.LCMDataRequest_test
python3 -m unittest -v test.LCM.LCMDataRequester_test
# python -m unittest -v test.LCM.LCMListener_test
python -m unittest -v test.LCM.LCMPub_test

echo "Running config tests:"
python -m unittest -v test.config.AppConfig_test

echo "Running supervisor tests:"
python -m unittest -v test.supervisor.Supervisor_test
python -m unittest -v test.supervisor.ExportLogs_test