diff --git a/demo/scenarios/test.sh b/demo/scenarios/test.sh index c9a4bc3c..88b4d129 100644 --- a/demo/scenarios/test.sh +++ b/demo/scenarios/test.sh @@ -5,6 +5,9 @@ CURR_FOLDER="./demo/scenarios" rm -r ${CURR_FOLDER}/store/models mkdir -p ${CURR_FOLDER}/store/models +# Copy sample negotiation card to store. +source copy_nc.sh + poetry run pytest --nbmake ${CURR_FOLDER}/1_requirements.ipynb poetry run pytest --nbmake ${CURR_FOLDER}/2_evidence.ipynb poetry run pytest --nbmake ${CURR_FOLDER}/2a_evidence_fairness.ipynb diff --git a/demo/simple/test.sh b/demo/simple/test.sh index 78566cf8..4e5547b0 100644 --- a/demo/simple/test.sh +++ b/demo/simple/test.sh @@ -5,9 +5,6 @@ CURR_FOLDER="./demo/simple" rm -r ${CURR_FOLDER}/store/models mkdir -p ${CURR_FOLDER}/store/models -# Copy sample negotiation card to store. -source copy_nc.sh - poetry run pytest --nbmake ${CURR_FOLDER}/1_negotiation.ipynb poetry run pytest --nbmake ${CURR_FOLDER}/2_requirements.ipynb poetry run pytest --nbmake ${CURR_FOLDER}/3_evidence.ipynb