From 3c2cfd4714a6ff7d05efa47c8eccb10222ce1a25 Mon Sep 17 00:00:00 2001 From: George McCabe Date: Thu, 17 Jan 2019 21:14:09 +0000 Subject: [PATCH] Initial checkin, used to run some of the pytests --- internal_tests/pytests/run_pytests.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 internal_tests/pytests/run_pytests.sh diff --git a/internal_tests/pytests/run_pytests.sh b/internal_tests/pytests/run_pytests.sh new file mode 100755 index 0000000000..1cd181af79 --- /dev/null +++ b/internal_tests/pytests/run_pytests.sh @@ -0,0 +1,14 @@ +#!/bin/bash + +cd grid_stat +pytest -c ../minimum_pytest.eyewall.conf +cd ../logging +pytest -c ../minimum_pytest.eyewall.conf +cd ../met_util +pytest -c ../minimum_pytest.eyewall.conf +cd ../mtd +pytest -c ../minimum_pytest.eyewall.conf +cd ../pcp_combine +pytest -c ../minimum_pytest.eyewall.conf -c ./test1.conf +cd ../StringTemplateSubstitution +pytest -c ../minimum_pytest.eyewall.conf