1
0
mirror of https://github.com/gryf/coach.git synced 2025-12-17 19:20:19 +01:00

improve integration test output format

This commit is contained in:
Zach Dwiel
2018-09-26 15:54:57 -04:00
committed by zach dwiel
parent 1c238b4c60
commit 04038c9f40

View File

@@ -38,7 +38,7 @@ unit_tests: build
${DOCKER} run ${RUN_ARGUMENTS} -it ${IMAGE} python3 -m pytest rl_coach/tests -m unit_test -n 8
integration_tests: build
${DOCKER} run ${RUN_ARGUMENTS} -it ${IMAGE} python3 -m pytest rl_coach/tests -m integration_test -n auto
${DOCKER} run ${RUN_ARGUMENTS} -it ${IMAGE} python3 -m pytest rl_coach/tests -m integration_test -n auto --tb=short
golden_tests: build
${DOCKER} run ${RUN_ARGUMENTS} -it ${IMAGE} python3 rl_coach/tests/golden_tests.py