-
Notifications
You must be signed in to change notification settings - Fork 0
/
run_pytests.sh
18 lines (13 loc) · 1.04 KB
/
run_pytests.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/bash
python -m pytest -k "agdrift" --html=pram_qaqc_reports/agdrift.html --self-contained-html
python -m pytest -k "beerex" --html=pram_qaqc_reports/beerex.html --self-contained-html
python -m pytest -k "earthworm" --html=pram_qaqc_reports/earthworm.html --self-contained-html
python -m pytest -k "iec" --html=pram_qaqc_reports/iec.html --self-contained-html
python -m pytest -k "kabam" --html=pram_qaqc_reports/kabam.html --self-contained-html
python -m pytest -k "rice" --html=pram_qaqc_reports/rice.html --self-contained-html
python -m pytest -k "screenip" --html=pram_qaqc_reports/sip.html --self-contained-html
python -m pytest -k "stir" --html=pram_qaqc_reports/stir.html --self-contained-html
python -m pytest -k "ted" --html=pram_qaqc_reports/ted.html --self-contained-html
python -m pytest -k "terrplant" --html=pram_qaqc_reports/terrplant.html --self-contained-html
python -m pytest -k "therps" --html=pram_qaqc_reports/therps.html --self-contained-html
python -m pytest -k "trex" --html=pram_qaqc_reports/trex.html --self-contained-html