Skip to content
Snippets Groups Projects
Commit b74d73d3 authored by Janet Goldstein's avatar Janet Goldstein
Browse files

fix run-tests.sh mods that should not have been committed with WS-915

parent d0e5de12
No related branches found
No related tags found
1 merge request!780fix run-tests.sh mods that should not have been committed with WS-915
Pipeline #4323 passed
......@@ -48,12 +48,11 @@ run_tests () {
pkgs=($(sed -n "s|-e ..||p" requirements.txt | grep -v testing | tr "\n" " "))
pkgs+=("$path_to_test")
# TODO: change back before commit!
for pkg in "${pkgs[@]}"
do
cd "$pkg" || exit
if [[ $# -eq 0 ]]; then
pytest -x
pytest
else
pytestWithCoverage $1
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment