Skip to content

Commit 5f9c74f

Browse files
committed
VED-457: Remove unittest skip from test
1 parent 51d7ace commit 5f9c74f

File tree

5 files changed

+0
-7
lines changed

5 files changed

+0
-7
lines changed

e2e/test_delta_immunization.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
from datetime import datetime
22
from utils.base_test import ImmunizationBaseTest
33
from utils.immunisation_api import parse_location
4-
import unittest
54
from utils.resource import generate_imms_resource, get_dynamodb_table
65
import time
76
import copy
87
import os
98

109

11-
@unittest.skip('for now')
1210
class TestDeltaImmunization(ImmunizationBaseTest):
1311

1412
CREATE_OPERATION = "CREATE"

e2e/test_deployment.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
You can ignore these tests if you are running them in your local environment"""
1212

1313

14-
@unittest.skip("skip for now")
1514
class TestDeployment(unittest.TestCase):
1615
proxy_url: str
1716
status_api_key: str

e2e/test_proxy.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
from lib.env import get_service_base_path, get_status_endpoint_api_key
88

99

10-
@unittest.skip('skipping')
1110
class TestProxyHealthcheck(unittest.TestCase):
1211

1312
proxy_url: str

e2e/test_search_immunization.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import pprint
22
import uuid
3-
import unittest
43
from typing import NamedTuple, Literal, Optional, List
54
from decimal import Decimal
65
from utils.base_test import ImmunizationBaseTest
@@ -9,7 +8,6 @@
98
from utils.mappings import VaccineTypes
109

1110

12-
@unittest.skip('skipping for now')
1311
class TestSearchImmunization(ImmunizationBaseTest):
1412
# NOTE: In each test, the result may contain more hits. We only assert if the resource that we created is
1513
# in the result set and assert the one that we don't expect is not present.

e2e/test_sqs_dlq.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
from botocore.exceptions import ClientError # Handle potential errors
88

99

10-
@unittest.skip('skipping for now')
1110
class TestSQS(unittest.TestCase):
1211

1312
def setUp(self):

0 commit comments

Comments
 (0)