Skip to content

Commit ac22525

Browse files
committed
Delete old e2e tests
1 parent 9ce9c91 commit ac22525

52 files changed

Lines changed: 2 additions & 6085 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/dependabot.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,7 @@ updates:
6262
- "/lambdas/recordprocessor"
6363
- "/lambdas/redis_sync"
6464
- "/lambdas/shared"
65-
- "/tests/e2e"
6665
- "/tests/e2e_automation"
67-
- "/tests/e2e_batch"
6866
schedule:
6967
interval: "daily"
7068
open-pull-requests-limit: 1

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
SHELL=/usr/bin/env bash -euo pipefail
22

33
PYTHON_PROJECT_DIRS_WITH_UNIT_TESTS = lambdas/backend lambdas/ack_backend lambdas/batch_processor_filter lambdas/delta_backend lambdas/filenameprocessor lambdas/id_sync lambdas/mesh_processor lambdas/mns_subscription lambdas/recordforwarder lambdas/recordprocessor lambdas/redis_sync lambdas/shared
4-
PYTHON_PROJECT_DIRS = tests/e2e tests/e2e_batch quality_checks $(PYTHON_PROJECT_DIRS_WITH_UNIT_TESTS)
4+
PYTHON_PROJECT_DIRS = tests/e2e_automation quality_checks $(PYTHON_PROJECT_DIRS_WITH_UNIT_TESTS)
55

66
.PHONY: install lint format format-check clean publish oas build-proxy release initialise-all-python-venvs update-all-python-dependencies run-all-python-unit-tests build-all-docker-images
77

immunisation-fhir-api.code-workspace

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"path": "lambdas/shared",
4141
},
4242
{
43-
"path": "tests/e2e",
43+
"path": "tests/e2e_automation",
4444
},
4545
{
4646
"path": "tests/e2e_batch",

tests/e2e/.env.default

Lines changed: 0 additions & 5 deletions
This file was deleted.

tests/e2e/.gitignore

Lines changed: 0 additions & 43 deletions
This file was deleted.

tests/e2e/Makefile

Lines changed: 0 additions & 39 deletions
This file was deleted.

tests/e2e/README.md

Lines changed: 0 additions & 90 deletions
This file was deleted.

tests/e2e/__init__.py

Whitespace-only changes.

tests/e2e/lib/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)