Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
georgemccabe committed Jan 17, 2019
2 parents 3fe78d8 + 3c2cfd4 commit 110ece8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions internal_tests/pytests/run_pytests.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 110ece8

Please sign in to comment.