1
0
mirror of https://github.com/gryf/coach.git synced 2026-01-24 16:25:46 +01:00

convert golden tests into pytest format

This commit is contained in:
zach dwiel
2018-10-10 16:26:15 -04:00
parent 787ab42578
commit 430ca198e5
2 changed files with 62 additions and 24 deletions

View File

@@ -41,7 +41,8 @@ integration_tests: build
${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
# ${DOCKER} run ${RUN_ARGUMENTS} -it ${IMAGE} python3 rl_coach/tests/golden_tests.py
time ${DOCKER} run ${RUN_ARGUMENTS} -it ${IMAGE} python3 -m pytest rl_coach/tests -m golden_test -n auto
trace_tests: build
${DOCKER} run ${RUN_ARGUMENTS} -it ${IMAGE} python3 rl_coach/tests/trace_tests.py -prl