Add integration test for server package

This commit is contained in:
Reuben Morais
2019-11-27 17:43:47 +01:00
parent d62234e06e
commit e89d62a772
5 changed files with 39 additions and 4 deletions
+2
View File
@@ -14,4 +14,6 @@ if [[ "$TEST_SUITE" == "unittest" ]]; then
pushd tts_namespace
python -m unittest
popd
# Test server package
./tests/test_server_package.sh
fi