Skip to content

Commit ff71a88

Browse files
add end to end testing and environment setup
1 parent 186b2ec commit ff71a88

File tree

1 file changed

+1
-1
lines changed
  • manage_breast_screening/notifications/tests/end_to_end

1 file changed

+1
-1
lines changed

manage_breast_screening/notifications/tests/end_to_end/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
docker compose --profile end-to-end run test-dependencies sleep 0.1
1+
docker compose --profile end_to_end run test-dependencies sleep 0.1
22
poetry run pytest $(dirname "$(realpath $0)")
33
test_exit_code=$?
44
docker compose --profile end-to-end down --volumes --remove-orphans

0 commit comments

Comments
 (0)