Skip to content

Commit

Permalink
debug1
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeSullivan7 committed Mar 6, 2024
1 parent 98cf74f commit cd4cd79
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ test-verbose: test-local-setup
python -m pytest -vs -o log_cli=true --run-unit-tests

test-gh-unit:
@echo "APPLITOOLS_IMAGE_DIR = " ${APPLITOOLS_IMAGE_DIR}
python -m pytest -vs --cov --cov-report=xml -n auto -o log_cli=true --run-unit-tests --durations=10
python -m pytest -vs --cov --cov-report=xml -n auto -o log_cli=true --run-unit-tests --durations=10 --ignore=mantidimaging/eyes_tests

test-system: test-local-setup
${XVFBRUN} python -m pytest -vs -rs -p no:xdist -p no:randomly -p no:repeat -p no:cov -o log_cli=true --run-system-tests

test-gh-system:
python -m pytest -vs -rs -p no:xdist -p no:randomly -p no:repeat -p no:cov -o log_cli=true --run-system-tests --durations=10
APPLITOOLS_IMAGE_DIR=
python -m pytest -vs -rs -p no:xdist -p no:randomly -p no:repeat -p no:cov -o log_cli=true --run-system-tests --durations=10 --ignore=mantidimaging/eyes_tests

test-screenshots:
-mkdir ${TEST_RESULT_DIR}
Expand All @@ -75,6 +75,7 @@ test-screenshots-win: test-local-setup
@echo "Screenshots writen to" ${TEST_RESULT_DIR}

test-gh-screenshots:
APPLITOOLS_IMAGE_DIR =
python -m pytest -vs -rs -p no:xdist -p no:randomly -p no:repeat -p no:cov -o log_cli=true --run-eyes-tests --durations=10

mypy:
Expand Down

0 comments on commit cd4cd79

Please sign in to comment.